#DAFE83

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

Shades of Sulu #DAFE83

Tints of Sulu #DAFE83

Color information

#DAFE83 (or 0xDAFE83) is unknown color: approx Sulu. HEX triplet: DA, FE and 83. RGB value is (218,254,131). Sum of RGB (Red+Green+Blue) = 218+254+131=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE83 is #25017C. Grayscale: #E5E5E5. Windows color (decimal): -2425213 or 8650458. OLE color: 8650458.

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

Color convert

RGB218254131-
CMYK0.1400.480.00
HSL77.56º98.4%75.49%-
HSV(B)77.56º48.43%99.61%-
XYZ68.4587.4334.74-
YUV229.2172.57120-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 131 (51.56% from 255) = 21.72%
R=36.15%
G=42.12%
B=21.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541310.1400.480.0077.5698.475.49
HexDAFE83E03004e624b
Octal332376203160600116142113
Binary110110101111111010000011111001100000100111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE83; }

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

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

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

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

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

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

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

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