#D1F288

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

Shades of Sulu #D1F288

Tints of Sulu #D1F288

Color information

#D1F288 (or 0xD1F288) is unknown color: approx Sulu. HEX triplet: D1, F2 and 88. RGB value is (209,242,136). Sum of RGB (Red+Green+Blue) = 209+242+136=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F288 is #2E0D77. Grayscale: #DCDCDC. Windows color (decimal): -3018104 or 8975057. OLE color: 8975057.

HSL color Cylindrical-coordinate representation of color #D1F288: hue angle of 78.68º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1F288 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB209242136-
CMYK0.1400.440.05
HSL78.68º80.3%74.12%-
HSV(B)78.68º43.8%94.9%-
XYZ62.4978.8435.22-
YUV220.0580.57120.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.60%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 136 (53.52% from 255) = 23.17%
R=35.60%
G=41.23%
B=23.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421360.1400.440.0578.6880.374.12
HexD1F288E02C54f504a
Octal321362210160545117120112
Binary11010001111100101000100011100101100101100111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F288; }

 p { color: rgb(209,242,136); }

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

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

 a { background-color: rgb(209,242,136); }

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

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

 span { border-color: rgb(209,242,136); }

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