Html Css Color HEX #DAFF8E Reef

📋 copy color: '#DAFF8E'

red 218 ◦ green 255 ◦ blue 142

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

Shades of Reef #DAFF8E

Tints of Reef #DAFF8E

RGB

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

 GREEN value IS 255 (100% from 255) = 41.46%

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

R = 35.45%
G = 41.46%
B = 23.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#DAFF8E (or 0xDAFF8E) is known color: Reef. HEX triplet: DA, FF and 8E. RGB value is (218,255,142). Sum of RGB (Red+Green+Blue) = 218+255+142=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF8E is #250071. Grayscale: #E7E7E7. Windows color (decimal): -2424946 or 9371610. OLE color: 9371610.

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

Color convert

RGB 218 255 142 -
CMYK 0.15 0 0.44 0
HSL 79.65º 1% 0.78% -
HSV(B) 79.65º 0.44% 1% -
XYZ 69.56 88.38 38.98 -
YUV 231.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 218 255 142 0.15 0 0.44 0 79.65 1 0.78
Hex DA FF 8E F 0 2C 0 50 64 4E
Octal 332 377 216 17 0 54 0 120 144 116
Binary 11011010 11111111 10001110 1111 0 101100 0 1010000 1100100 1001110

Color Harmonies of #DAFF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF8E

Black with #DAFF8E

Text Example


Text Example

White with #DAFF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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