Html Css Color HEX #DAFE9E Reef

📋 copy color: '#DAFE9E'

red 218 ◦ green 254 ◦ blue 158

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

Shades of Reef #DAFE9E

Tints of Reef #DAFE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.08%

R = 34.6%
G = 40.32%
B = 25.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#DAFE9E (or 0xDAFE9E) is known color: Reef. HEX triplet: DA, FE and 9E. RGB value is (218,254,158). Sum of RGB (Red+Green+Blue) = 218+254+158=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE9E is #250161. Grayscale: #E8E8E8. Windows color (decimal): -2425186 or 10419930. OLE color: 10419930.

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

Color convert

RGB 218 254 158 -
CMYK 0.14 0 0.38 0.00
HSL 82.5º 0.98% 0.81% -
HSV(B) 82.5º 0.38% 1% -
XYZ 70.53 88.26 45.67 -
YUV 232.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 218 254 158 0.14 0 0.38 0.00 82.5 0.98 0.81
Hex DA FE 9E E 0 26 0 52 62 51
Octal 332 376 236 16 0 46 0 122 142 121
Binary 11011010 11111110 10011110 1110 0 100110 0 1010010 1100010 1010001

Color Harmonies of #DAFE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE9E

Black with #DAFE9E

Text Example


Text Example

White with #DAFE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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