Html Css Color HEX #DAFA81 Sulu

📋 copy color: '#DAFA81'

red 218 ◦ green 250 ◦ blue 129

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

Shades of Sulu #DAFA81

Tints of Sulu #DAFA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.61%

R = 36.52%
G = 41.88%
B = 21.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#DAFA81 (or 0xDAFA81) is known color: Sulu. HEX triplet: DA, FA and 81. RGB value is (218,250,129). Sum of RGB (Red+Green+Blue) = 218+250+129=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA81 is #25057E. Grayscale: #E3E3E3. Windows color (decimal): -2426239 or 8518362. OLE color: 8518362.

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

Color convert

RGB 218 250 129 -
CMYK 0.13 0 0.48 0.02
HSL 75.87º 0.92% 0.74% -
HSV(B) 75.87º 0.48% 0.98% -
XYZ 67.06 84.86 33.61 -
YUV 226.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 218 250 129 0.13 0 0.48 0.02 75.87 0.92 0.74
Hex DA FA 81 D 0 30 2 4C 5C 4A
Octal 332 372 201 15 0 60 2 114 134 112
Binary 11011010 11111010 10000001 1101 0 110000 10 1001100 1011100 1001010

Color Harmonies of #DAFA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA81

Black with #DAFA81

Text Example


Text Example

White with #DAFA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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