#d4f288

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

Shades of Sulu #D4F288

Tints of Sulu #D4F288

Color information

#D4F288 (or 0xD4F288) is unknown color: approx Sulu. HEX triplet: D4, F2 and 88. RGB value is (212,242,136). Sum of RGB (Red+Green+Blue) = 212+242+136=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F288 is #2B0D77. Grayscale: #DDDDDD. Windows color (decimal): -2821496 or 8975060. OLE color: 8975060.

HSL color Cylindrical-coordinate representation of color #D4F288: hue angle of 76.98º 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 #D4F288 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB212242136-
CMYK0.1200.440.05
HSL76.98º80.3%74.12%-
HSV(B)76.98º43.8%94.9%-
XYZ63.3579.2835.26-
YUV220.9580.06121.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 136 (53.52% from 255) = 23.05%
R=35.93%
G=41.02%
B=23.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122421360.1200.440.0576.9880.374.12
HexD4F288C02C54d504a
Octal324362210140545115120112
Binary11010100111100101000100011000101100101100110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4f288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4f288; }

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

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

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

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

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

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

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

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