Html Css Color HEX #DAFF87 Sulu

📋 copy color: '#DAFF87'

red 218 ◦ green 255 ◦ blue 135

#DAFF87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #DAFF87

Tints of Sulu #DAFF87

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.13% from 255) = 22.2%

R = 35.86%
G = 41.94%
B = 22.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#DAFF87 (or 0xDAFF87) is known color: 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

RGB 218 255 135 -
CMYK 0.15 0 0.47 0
HSL 78.5º 1% 0.76% -
HSV(B) 78.5º 0.47% 1% -
XYZ 69.05 88.17 36.3 -
YUV 230.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 218 255 135 0.15 0 0.47 0 78.5 1 0.76
Hex DA FF 87 F 0 2F 0 4E 64 4C
Octal 332 377 207 17 0 57 0 116 144 114
Binary 11011010 11111111 10000111 1111 0 101111 0 1001110 1100100 1001100

Color Harmonies of #DAFF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF87

Black with #DAFF87

Text Example


Text Example

White with #DAFF87

Text Example


Text Example

HTML Codes & Css Web 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>