#DAFF87

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

Shades of Sulu #DAFF87

Tints of Sulu #DAFF87

Color information

#DAFF87 (or 0xDAFF87) is unknown color: approx Sulu. HEX triplet: DA, FF and 87. RGB value is (218,255,135). Sum of RGB (Red+Green+Blue) = 218+255+135=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 135 (53.12% from 255 or 22.20% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF87 is #250078. Grayscale: #E6E6E6. Windows color (decimal): -2424953 or 8912858. OLE color: 8912858.

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

Color convert

RGB218255135-
CMYK0.1500.470
HSL78.5º100%76.47%-
HSV(B)78.5º47.06%100%-
XYZ69.0588.1736.3-
YUV230.2674.24119.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 135 (53.12% from 255) = 22.20%
R=35.86%
G=41.94%
B=22.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551350.1500.47078.510076.47
HexDAFF87F02F04e644c
Octal332377207170570116144114
Binary110110101111111110000111111101011110100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF87; }

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

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

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

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

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

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

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

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