#D4F282

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

Shades of Sulu #D4F282

Tints of Sulu #D4F282

Color information

#D4F282 (or 0xD4F282) is unknown color: approx Sulu. HEX triplet: D4, F2 and 82. RGB value is (212,242,130). Sum of RGB (Red+Green+Blue) = 212+242+130=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F282 is #2B0D7D. Grayscale: #DCDCDC. Windows color (decimal): -2821502 or 8581844. OLE color: 8581844.

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

Color convert

RGB212242130-
CMYK0.1200.460.05
HSL76.07º81.16%72.94%-
HSV(B)76.07º46.28%94.9%-
XYZ62.9379.1133.07-
YUV220.2677.06122.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 130 (51.17% from 255) = 22.26%
R=36.30%
G=41.44%
B=22.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122421300.1200.460.0576.0781.1672.94
HexD4F282C02E54c5149
Octal324362202140565114121111
Binary11010100111100101000001011000101110101100110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F282; }

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

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

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

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

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

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

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

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