#DAFE82

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

Shades of Sulu #DAFE82

Tints of Sulu #DAFE82

Color information

#DAFE82 (or 0xDAFE82) is unknown color: approx Sulu. HEX triplet: DA, FE and 82. RGB value is (218,254,130). Sum of RGB (Red+Green+Blue) = 218+254+130=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE82 is #25017D. Grayscale: #E5E5E5. Windows color (decimal): -2425214 or 8584922. OLE color: 8584922.

HSL color Cylindrical-coordinate representation of color #DAFE82: hue angle of 77.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFE82 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB218254130-
CMYK0.1400.490.00
HSL77.42º98.41%75.29%-
HSV(B)77.42º48.82%99.61%-
XYZ68.3887.434.38-
YUV229.172.07120.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 130 (51.17% from 255) = 21.59%
R=36.21%
G=42.19%
B=21.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541300.1400.490.0077.4298.4175.29
HexDAFE82E03104d624b
Octal332376202160610115142113
Binary110110101111111010000010111001100010100110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE82; }

 p { color: rgb(218,254,130); }

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

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

 a { background-color: rgb(218,254,130); }

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

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

 span { border-color: rgb(218,254,130); }

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