#D1F38C

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

Shades of Sulu #D1F38C

Tints of Sulu #D1F38C

Color information

#D1F38C (or 0xD1F38C) is unknown color: approx Sulu. HEX triplet: D1, F3 and 8C. RGB value is (209,243,140). Sum of RGB (Red+Green+Blue) = 209+243+140=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F38C is #2E0C73. Grayscale: #DDDDDD. Windows color (decimal): -3017844 or 9237457. OLE color: 9237457.

HSL color Cylindrical-coordinate representation of color #D1F38C: hue angle of 79.81º degrees, saturation: 0.81, 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 #D1F38C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB209243140-
CMYK0.1400.420.05
HSL79.81º81.1%75.1%-
HSV(B)79.81º42.39%95.29%-
XYZ63.0879.5536.84-
YUV221.0982.24119.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 140 (55.08% from 255) = 23.65%
R=35.30%
G=41.05%
B=23.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092431400.1400.420.0579.8181.175.1
HexD1F38CE02A550514b
Octal321363214160525120121113
Binary11010001111100111000110011100101010101101000010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F38C; }

 p { color: rgb(209,243,140); }

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

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

 a { background-color: rgb(209,243,140); }

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

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

 span { border-color: rgb(209,243,140); }

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