Html Css Color HEX #DAFE81 Sulu

📋 copy color: '#DAFE81'

red 218 ◦ green 254 ◦ blue 129

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

Shades of Sulu #DAFE81

Tints of Sulu #DAFE81

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.26%

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

R = 36.27%
G = 42.26%
B = 21.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#DAFE81 (or 0xDAFE81) is known color: Sulu. HEX triplet: DA, FE and 81. RGB value is (218,254,129). Sum of RGB (Red+Green+Blue) = 218+254+129=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE81 is #25017E. Grayscale: #E5E5E5. Windows color (decimal): -2425215 or 8519386. OLE color: 8519386.

HSL color Cylindrical-coordinate representation of color #DAFE81: hue angle of 77.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFE81 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 129 -
CMYK 0.14 0 0.49 0.00
HSL 77.28º 0.98% 0.75% -
HSV(B) 77.28º 0.49% 1% -
XYZ 68.32 87.37 34.03 -
YUV 228.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 218 254 129 0.14 0 0.49 0.00 77.28 0.98 0.75
Hex DA FE 81 E 0 31 0 4D 62 4B
Octal 332 376 201 16 0 61 0 115 142 113
Binary 11011010 11111110 10000001 1110 0 110001 0 1001101 1100010 1001011

Color Harmonies of #DAFE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE81

Black with #DAFE81

Text Example


Text Example

White with #DAFE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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