Html Css Color HEX #DAFE84 Sulu

📋 copy color: '#DAFE84'

red 218 ◦ green 254 ◦ blue 132

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

Shades of Sulu #DAFE84

Tints of Sulu #DAFE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.85%

R = 36.09%
G = 42.05%
B = 21.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#DAFE84 (or 0xDAFE84) is known color: Sulu. HEX triplet: DA, FE and 84. RGB value is (218,254,132). Sum of RGB (Red+Green+Blue) = 218+254+132=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE84 is #25017B. Grayscale: #E5E5E5. Windows color (decimal): -2425212 or 8715994. OLE color: 8715994.

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

Color convert

RGB 218 254 132 -
CMYK 0.14 0 0.48 0.00
HSL 77.7º 0.98% 0.76% -
HSV(B) 77.7º 0.48% 1% -
XYZ 68.52 87.45 35.1 -
YUV 229.33 73.07 119.92 -
System Red Green Blue C M Y K H S L
Decimal 218 254 132 0.14 0 0.48 0.00 77.7 0.98 0.76
Hex DA FE 84 E 0 30 0 4E 62 4C
Octal 332 376 204 16 0 60 0 116 142 114
Binary 11011010 11111110 10000100 1110 0 110000 0 1001110 1100010 1001100

Color Harmonies of #DAFE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE84

Black with #DAFE84

Text Example


Text Example

White with #DAFE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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