Html Css Color HEX #D2F479 Sulu

📋 copy color: '#D2F479'

red 210 ◦ green 244 ◦ blue 121

#D2F479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D2F479

Tints of Sulu #D2F479

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

 GREEN value IS 244 (95.7% from 255) = 42.43%

 BLUE value IS 121 (47.66% from 255) = 21.04%

R = 36.52%
G = 42.43%
B = 21.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2F479 (or 0xD2F479) is known color: Sulu. HEX triplet: D2, F4 and 79. RGB value is (210,244,121). Sum of RGB (Red+Green+Blue) = 210+244+121=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F479 is #2D0B86. Grayscale: #DCDCDC. Windows color (decimal): -2952071 or 7992530. OLE color: 7992530.

HSL color Cylindrical-coordinate representation of color #D2F479: hue angle of 76.59º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2F479 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 121 -
CMYK 0.14 0 0.50 0.04
HSL 76.59º 0.85% 0.72% -
HSV(B) 76.59º 0.5% 0.96% -
XYZ 62.38 79.78 30.2 -
YUV 219.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 210 244 121 0.14 0 0.50 0.04 76.59 0.85 0.72
Hex D2 F4 79 E 0 32 4 4D 55 48
Octal 322 364 171 16 0 62 4 115 125 110
Binary 11010010 11110100 1111001 1110 0 110010 100 1001101 1010101 1001000

Color Harmonies of #D2F479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F479

Black with #D2F479

Text Example


Text Example

White with #D2F479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F479; }

 p { color: rgb(210,244,121); }

 H1.HeaderClassName
 {
   color: #D2F479;
 }
 .AnyTagClassName
 {
   color: #D2F479;
 }
</style>

background-color css

<style>
 a { background-color: #D2F479; }

 a { background-color: rgb(210,244,121); }

 div.DivClassName
 {
   background-color: #D2F479;
 }
 .BgClassName
 {
   background-color: #D2F479;
 }
</style>

border-color css

<style>
 span { border-color: #D2F479; }

 span { border-color: rgb(210,244,121); }

 td.TdClassName
 {
   border-color: #D2F479;
 }
 .TagClassName
 {
   border-color: #D2F479;
 }
</style>