Html Css Color HEX #DAF2A0 Reef

📋 copy color: '#DAF2A0'

red 218 ◦ green 242 ◦ blue 160

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

Shades of Reef #DAF2A0

Tints of Reef #DAF2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.81%

R = 35.16%
G = 39.03%
B = 25.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#DAF2A0 (or 0xDAF2A0) is known color: Reef. HEX triplet: DA, F2 and A0. RGB value is (218,242,160). Sum of RGB (Red+Green+Blue) = 218+242+160=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2A0 is #250D5F. Grayscale: #E1E1E1. Windows color (decimal): -2428256 or 10547930. OLE color: 10547930.

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

Color convert

RGB 218 242 160 -
CMYK 0.10 0 0.34 0.05
HSL 77.56º 0.76% 0.79% -
HSV(B) 77.56º 0.34% 0.95% -
XYZ 67.01 80.95 45.35 -
YUV 225.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 218 242 160 0.10 0 0.34 0.05 77.56 0.76 0.79
Hex DA F2 A0 A 0 22 5 4E 4C 4F
Octal 332 362 240 12 0 42 5 116 114 117
Binary 11011010 11110010 10100000 1010 0 100010 101 1001110 1001100 1001111

Color Harmonies of #DAF2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2A0

Black with #DAF2A0

Text Example


Text Example

White with #DAF2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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