Html Css Color HEX #DAFE96 Reef

📋 copy color: '#DAFE96'

red 218 ◦ green 254 ◦ blue 150

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

Shades of Reef #DAFE96

Tints of Reef #DAFE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.12%

R = 35.05%
G = 40.84%
B = 24.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#DAFE96 (or 0xDAFE96) is known color: Reef. HEX triplet: DA, FE and 96. RGB value is (218,254,150). Sum of RGB (Red+Green+Blue) = 218+254+150=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE96 is #250169. Grayscale: #E7E7E7. Windows color (decimal): -2425194 or 9895642. OLE color: 9895642.

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

Color convert

RGB 218 254 150 -
CMYK 0.14 0 0.41 0.00
HSL 80.77º 0.98% 0.79% -
HSV(B) 80.77º 0.41% 1% -
XYZ 69.86 87.99 42.16 -
YUV 231.38 82.07 118.46 -
System Red Green Blue C M Y K H S L
Decimal 218 254 150 0.14 0 0.41 0.00 80.77 0.98 0.79
Hex DA FE 96 E 0 29 0 51 62 4F
Octal 332 376 226 16 0 51 0 121 142 117
Binary 11011010 11111110 10010110 1110 0 101001 0 1010001 1100010 1001111

Color Harmonies of #DAFE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE96

Black with #DAFE96

Text Example


Text Example

White with #DAFE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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