#D2F18C

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

Shades of Sulu #D2F18C

Tints of Sulu #D2F18C

Color information

#D2F18C (or 0xD2F18C) is unknown color: approx Sulu. HEX triplet: D2, F1 and 8C. RGB value is (210,241,140). Sum of RGB (Red+Green+Blue) = 210+241+140=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F18C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F18C is #2D0E73. Grayscale: #DCDCDC. Windows color (decimal): -2952820 or 9236946. OLE color: 9236946.

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

Color convert

RGB210241140-
CMYK0.1300.420.05
HSL78.42º78.29%74.71%-
HSV(B)78.42º41.91%94.51%-
XYZ62.7778.5136.66-
YUV220.2282.73120.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=35.53%
G=40.78%
B=23.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411400.1300.420.0578.4278.2974.71
HexD2F18CD02A54e4e4b
Octal322361214150525116116113
Binary11010010111100011000110011010101010101100111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F18C; }

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

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

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

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

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

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

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

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