Html Css Color HEX #DAF28E Reef

📋 copy color: '#DAF28E'

red 218 ◦ green 242 ◦ blue 142

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

Shades of Reef #DAF28E

Tints of Reef #DAF28E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.2%

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

R = 36.21%
G = 40.2%
B = 23.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#DAF28E (or 0xDAF28E) is known color: Reef. HEX triplet: DA, F2 and 8E. RGB value is (218,242,142). Sum of RGB (Red+Green+Blue) = 218+242+142=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF28E is #250D71. Grayscale: #DFDFDF. Windows color (decimal): -2428274 or 9368282. OLE color: 9368282.

HSL color Cylindrical-coordinate representation of color #DAF28E: hue angle of 74.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF28E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 142 -
CMYK 0.10 0 0.41 0.05
HSL 74.4º 0.79% 0.75% -
HSV(B) 74.4º 0.41% 0.95% -
XYZ 65.55 80.36 37.65 -
YUV 223.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 218 242 142 0.10 0 0.41 0.05 74.4 0.79 0.75
Hex DA F2 8E A 0 29 5 4A 4F 4B
Octal 332 362 216 12 0 51 5 112 117 113
Binary 11011010 11110010 10001110 1010 0 101001 101 1001010 1001111 1001011

Color Harmonies of #DAF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF28E

Black with #DAF28E

Text Example


Text Example

White with #DAF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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