Html Css Color HEX #DAFF86 Sulu

📋 copy color: '#DAFF86'

red 218 ◦ green 255 ◦ blue 134

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

Shades of Sulu #DAFF86

Tints of Sulu #DAFF86

RGB

 RED value IS 218 (85.55% from 255) = 35.91%

 GREEN value IS 255 (100% from 255) = 42.01%

 BLUE value IS 134 (52.73% from 255) = 22.08%

R = 35.91%
G = 42.01%
B = 22.08%

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

#DAFF86 (or 0xDAFF86) is known color: Sulu. HEX triplet: DA, FF and 86. RGB value is (218,255,134). Sum of RGB (Red+Green+Blue) = 218+255+134=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF86 is #250079. Grayscale: #E6E6E6. Windows color (decimal): -2424954 or 8847322. OLE color: 8847322.

HSL color Cylindrical-coordinate representation of color #DAFF86: hue angle of 78.35º 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 #DAFF86 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 134 -
CMYK 0.15 0 0.47 0
HSL 78.35º 1% 0.76% -
HSV(B) 78.35º 0.47% 1% -
XYZ 68.98 88.15 35.93 -
YUV 230.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 218 255 134 0.15 0 0.47 0 78.35 1 0.76
Hex DA FF 86 F 0 2F 0 4E 64 4C
Octal 332 377 206 17 0 57 0 116 144 114
Binary 11011010 11111111 10000110 1111 0 101111 0 1001110 1100100 1001100

Color Harmonies of #DAFF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF86

Black with #DAFF86

Text Example


Text Example

White with #DAFF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF86; }

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

 H1.HeaderClassName
 {
   color: #DAFF86;
 }
 .AnyTagClassName
 {
   color: #DAFF86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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