Html Css Color HEX #DAFA86 Sulu

📋 copy color: '#DAFA86'

red 218 ◦ green 250 ◦ blue 134

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

Shades of Sulu #DAFA86

Tints of Sulu #DAFA86

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.53%

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

R = 36.21%
G = 41.53%
B = 22.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#DAFA86 (or 0xDAFA86) is known color: Sulu. HEX triplet: DA, FA and 86. RGB value is (218,250,134). Sum of RGB (Red+Green+Blue) = 218+250+134=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA86 is #250579. Grayscale: #E3E3E3. Windows color (decimal): -2426234 or 8846042. OLE color: 8846042.

HSL color Cylindrical-coordinate representation of color #DAFA86: hue angle of 76.55º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAFA86 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 134 -
CMYK 0.13 0 0.46 0.02
HSL 76.55º 0.92% 0.75% -
HSV(B) 76.55º 0.46% 0.98% -
XYZ 67.4 85 35.41 -
YUV 227.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 218 250 134 0.13 0 0.46 0.02 76.55 0.92 0.75
Hex DA FA 86 D 0 2E 2 4D 5C 4B
Octal 332 372 206 15 0 56 2 115 134 113
Binary 11011010 11111010 10000110 1101 0 101110 10 1001101 1011100 1001011

Color Harmonies of #DAFA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA86

Black with #DAFA86

Text Example


Text Example

White with #DAFA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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