Html Css Color HEX #DAF2A7 Reef

📋 copy color: '#DAF2A7'

red 218 ◦ green 242 ◦ blue 167

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

Shades of Reef #DAF2A7

Tints of Reef #DAF2A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.63%

R = 34.77%
G = 38.6%
B = 26.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#DAF2A7 (or 0xDAF2A7) is known color: Reef. HEX triplet: DA, F2 and A7. RGB value is (218,242,167). Sum of RGB (Red+Green+Blue) = 218+242+167=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 167 (65.62% from 255 or 26.63% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2A7 is #250D58. Grayscale: #E2E2E2. Windows color (decimal): -2428249 or 11006682. OLE color: 11006682.

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

Color convert

RGB 218 242 167 -
CMYK 0.10 0 0.31 0.05
HSL 79.2º 0.74% 0.8% -
HSV(B) 79.2º 0.31% 0.95% -
XYZ 67.64 81.2 48.67 -
YUV 226.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 218 242 167 0.10 0 0.31 0.05 79.2 0.74 0.8
Hex DA F2 A7 A 0 1F 5 4F 4A 50
Octal 332 362 247 12 0 37 5 117 112 120
Binary 11011010 11110010 10100111 1010 0 11111 101 1001111 1001010 1010000

Color Harmonies of #DAF2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2A7

Black with #DAF2A7

Text Example


Text Example

White with #DAF2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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