Html Css Color HEX #DAFE93 Reef

📋 copy color: '#DAFE93'

red 218 ◦ green 254 ◦ blue 147

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

Shades of Reef #DAFE93

Tints of Reef #DAFE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.75%

R = 35.22%
G = 41.03%
B = 23.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#DAFE93 (or 0xDAFE93) is known color: Reef. HEX triplet: DA, FE and 93. RGB value is (218,254,147). Sum of RGB (Red+Green+Blue) = 218+254+147=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE93 is #25016C. Grayscale: #E7E7E7. Windows color (decimal): -2425197 or 9699034. OLE color: 9699034.

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

Color convert

RGB 218 254 147 -
CMYK 0.14 0 0.42 0.00
HSL 80.19º 0.98% 0.79% -
HSV(B) 80.19º 0.42% 1% -
XYZ 69.62 87.9 40.9 -
YUV 231.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 218 254 147 0.14 0 0.42 0.00 80.19 0.98 0.79
Hex DA FE 93 E 0 2A 0 50 62 4F
Octal 332 376 223 16 0 52 0 120 142 117
Binary 11011010 11111110 10010011 1110 0 101010 0 1010000 1100010 1001111

Color Harmonies of #DAFE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE93

Black with #DAFE93

Text Example


Text Example

White with #DAFE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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