#D2F47B

Color #D2F47B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D2F47B

Tints of Sulu #D2F47B

Color information

#D2F47B (or 0xD2F47B) is unknown color: approx Sulu. HEX triplet: D2, F4 and 7B. RGB value is (210,244,123). Sum of RGB (Red+Green+Blue) = 210+244+123=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F47B is #2D0B84. Grayscale: #DCDCDC. Windows color (decimal): -2952069 or 8123602. OLE color: 8123602.

HSL color Cylindrical-coordinate representation of color #D2F47B: hue angle of 76.86º 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 #D2F47B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB210244123-
CMYK0.1400.500.04
HSL76.86º84.62%71.96%-
HSV(B)76.86º49.59%95.69%-
XYZ62.579.8330.85-
YUV220.0473.24120.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 244 (95.70% from 255) = 42.29%
BLUE value IS 123 (48.44% from 255) = 21.32%
R=36.40%
G=42.29%
B=21.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441230.1400.500.0476.8684.6271.96
HexD2F47BE03244d5548
Octal322364173160624115125110
Binary1101001011110100111101111100110010100100110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F47B; }

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

 H1.HeaderClassName
 {
   color: #D2F47B;
 }
 .AnyTagClassName
 {
   color: #D2F47B;
 }
</style>
background-color css

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

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

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

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

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

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