#D4F182

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

Shades of Sulu #D4F182

Tints of Sulu #D4F182

Color information

#D4F182 (or 0xD4F182) is unknown color: approx Sulu. HEX triplet: D4, F1 and 82. RGB value is (212,241,130). Sum of RGB (Red+Green+Blue) = 212+241+130=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F182 is #2B0E7D. Grayscale: #DCDCDC. Windows color (decimal): -2821758 or 8581588. OLE color: 8581588.

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

Color convert

RGB212241130-
CMYK0.1200.460.05
HSL75.68º79.86%72.75%-
HSV(B)75.68º46.06%94.51%-
XYZ62.6478.5232.97-
YUV219.6877.39122.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 241 (94.53% from 255) = 41.34%
BLUE value IS 130 (51.17% from 255) = 22.30%
R=36.36%
G=41.34%
B=22.30%

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
Decimal2122411300.1200.460.0575.6879.8672.75
HexD4F182C02E54c5049
Octal324361202140565114120111
Binary11010100111100011000001011000101110101100110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F182; }

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

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

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

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

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

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

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

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