#DAFF80

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

Shades of Sulu #DAFF80

Tints of Sulu #DAFF80

Color information

#DAFF80 (or 0xDAFF80) is unknown color: approx Sulu. HEX triplet: DA, FF and 80. RGB value is (218,255,128). Sum of RGB (Red+Green+Blue) = 218+255+128=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF80 is #25007F. Grayscale: #E5E5E5. Windows color (decimal): -2424960 or 8454106. OLE color: 8454106.

HSL color Cylindrical-coordinate representation of color #DAFF80: hue angle of 77.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFF80 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB218255128-
CMYK0.1500.500
HSL77.48º100%75.1%-
HSV(B)77.48º49.8%100%-
XYZ68.5787.9833.79-
YUV229.4670.74119.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 128 (50.39% from 255) = 21.30%
R=36.27%
G=42.43%
B=21.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551280.1500.50077.4810075.1
HexDAFF80F03204d644b
Octal332377200170620115144113
Binary110110101111111110000000111101100100100110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF80; }

 p { color: rgb(218,255,128); }

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

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

 a { background-color: rgb(218,255,128); }

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

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

 span { border-color: rgb(218,255,128); }

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