Html Css Color HEX #DAF18E Reef

📋 copy color: '#DAF18E'

red 218 ◦ green 241 ◦ blue 142

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

Shades of Reef #DAF18E

Tints of Reef #DAF18E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.1%

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

R = 36.27%
G = 40.1%
B = 23.63%

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

#DAF18E (or 0xDAF18E) is known color: Reef. HEX triplet: DA, F1 and 8E. RGB value is (218,241,142). Sum of RGB (Red+Green+Blue) = 218+241+142=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF18E is #250E71. Grayscale: #DFDFDF. Windows color (decimal): -2428530 or 9368026. OLE color: 9368026.

HSL color Cylindrical-coordinate representation of color #DAF18E: hue angle of 73.94º degrees, saturation: 0.78, 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 #DAF18E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 142 -
CMYK 0.10 0 0.41 0.05
HSL 73.94º 0.78% 0.75% -
HSV(B) 73.94º 0.41% 0.95% -
XYZ 65.25 79.77 37.55 -
YUV 222.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 218 241 142 0.10 0 0.41 0.05 73.94 0.78 0.75
Hex DA F1 8E A 0 29 5 4A 4E 4B
Octal 332 361 216 12 0 51 5 112 116 113
Binary 11011010 11110001 10001110 1010 0 101001 101 1001010 1001110 1001011

Color Harmonies of #DAF18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF18E

Black with #DAF18E

Text Example


Text Example

White with #DAF18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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