Html Css Color HEX #DAF086 Sulu

📋 copy color: '#DAF086'

red 218 ◦ green 240 ◦ blue 134

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

Shades of Sulu #DAF086

Tints of Sulu #DAF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

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

R = 36.82%
G = 40.54%
B = 22.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#DAF086 (or 0xDAF086) is known color: Sulu. HEX triplet: DA, F0 and 86. RGB value is (218,240,134). Sum of RGB (Red+Green+Blue) = 218+240+134=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF086 is #250F79. Grayscale: #DDDDDD. Windows color (decimal): -2428794 or 8843482. OLE color: 8843482.

HSL color Cylindrical-coordinate representation of color #DAF086: hue angle of 72.45º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF086 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 134 -
CMYK 0.09 0 0.44 0.06
HSL 72.45º 0.78% 0.73% -
HSV(B) 72.45º 0.44% 0.94% -
XYZ 64.38 78.95 34.4 -
YUV 221.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 218 240 134 0.09 0 0.44 0.06 72.45 0.78 0.73
Hex DA F0 86 9 0 2C 6 48 4E 49
Octal 332 360 206 11 0 54 6 110 116 111
Binary 11011010 11110000 10000110 1001 0 101100 110 1001000 1001110 1001001

Color Harmonies of #DAF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF086

Black with #DAF086

Text Example


Text Example

White with #DAF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF086; }

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

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

background-color css

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

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

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

border-color css

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

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

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