Html Css Color HEX #DAFE8E Reef

📋 copy color: '#DAFE8E'

red 218 ◦ green 254 ◦ blue 142

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

Shades of Reef #DAFE8E

Tints of Reef #DAFE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.13%

R = 35.5%
G = 41.37%
B = 23.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#DAFE8E (or 0xDAFE8E) is known color: Reef. HEX triplet: DA, FE and 8E. RGB value is (218,254,142). Sum of RGB (Red+Green+Blue) = 218+254+142=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE8E is #250171. Grayscale: #E6E6E6. Windows color (decimal): -2425202 or 9371354. OLE color: 9371354.

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

Color convert

RGB 218 254 142 -
CMYK 0.14 0 0.44 0.00
HSL 79.29º 0.98% 0.78% -
HSV(B) 79.29º 0.44% 1% -
XYZ 69.24 87.74 38.88 -
YUV 230.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 218 254 142 0.14 0 0.44 0.00 79.29 0.98 0.78
Hex DA FE 8E E 0 2C 0 4F 62 4E
Octal 332 376 216 16 0 54 0 117 142 116
Binary 11011010 11111110 10001110 1110 0 101100 0 1001111 1100010 1001110

Color Harmonies of #DAFE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE8E

Black with #DAFE8E

Text Example


Text Example

White with #DAFE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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