#D2F17C

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

Shades of Sulu #D2F17C

Tints of Sulu #D2F17C

Color information

#D2F17C (or 0xD2F17C) is unknown color: approx Sulu. HEX triplet: D2, F1 and 7C. RGB value is (210,241,124). Sum of RGB (Red+Green+Blue) = 210+241+124=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F17C is #2D0E83. Grayscale: #DADADA. Windows color (decimal): -2952836 or 8188370. OLE color: 8188370.

HSL color Cylindrical-coordinate representation of color #D2F17C: hue angle of 75.9º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2F17C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB210241124-
CMYK0.1300.490.05
HSL75.9º80.69%71.57%-
HSV(B)75.9º48.55%94.51%-
XYZ61.6778.0730.89-
YUV218.3974.73122.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 124 (48.83% from 255) = 21.57%
R=36.52%
G=41.91%
B=21.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411240.1300.490.0575.980.6971.57
HexD2F17CD03154c5148
Octal322361174150615114121110
Binary1101001011110001111110011010110001101100110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F17C; }

 p { color: rgb(210,241,124); }

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

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

 a { background-color: rgb(210,241,124); }

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

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

 span { border-color: rgb(210,241,124); }

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