Html Css Color HEX #DAF986 Sulu

📋 copy color: '#DAF986'

red 218 ◦ green 249 ◦ blue 134

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

Shades of Sulu #DAF986

Tints of Sulu #DAF986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.43%

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

R = 36.27%
G = 41.43%
B = 22.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#DAF986 (or 0xDAF986) is known color: Sulu. HEX triplet: DA, F9 and 86. RGB value is (218,249,134). Sum of RGB (Red+Green+Blue) = 218+249+134=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF986 is #250679. Grayscale: #E3E3E3. Windows color (decimal): -2426490 or 8845786. OLE color: 8845786.

HSL color Cylindrical-coordinate representation of color #DAF986: hue angle of 76.17º degrees, saturation: 0.91, 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 #DAF986 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 134 -
CMYK 0.12 0 0.46 0.02
HSL 76.17º 0.91% 0.75% -
HSV(B) 76.17º 0.46% 0.98% -
XYZ 67.09 84.38 35.3 -
YUV 226.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 218 249 134 0.12 0 0.46 0.02 76.17 0.91 0.75
Hex DA F9 86 C 0 2E 2 4C 5B 4B
Octal 332 371 206 14 0 56 2 114 133 113
Binary 11011010 11111001 10000110 1100 0 101110 10 1001100 1011011 1001011

Color Harmonies of #DAF986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF986

Black with #DAF986

Text Example


Text Example

White with #DAF986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF986; }

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

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

background-color css

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

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

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

border-color css

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

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

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