Html Css Color HEX #DAF29F Reef

📋 copy color: '#DAF29F'

red 218 ◦ green 242 ◦ blue 159

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

Shades of Reef #DAF29F

Tints of Reef #DAF29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.69%

R = 35.22%
G = 39.1%
B = 25.69%

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

#DAF29F (or 0xDAF29F) is known color: Reef. HEX triplet: DA, F2 and 9F. RGB value is (218,242,159). Sum of RGB (Red+Green+Blue) = 218+242+159=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF29F is #250D60. Grayscale: #E1E1E1. Windows color (decimal): -2428257 or 10482394. OLE color: 10482394.

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

Color convert

RGB 218 242 159 -
CMYK 0.10 0 0.34 0.05
HSL 77.35º 0.76% 0.79% -
HSV(B) 77.35º 0.34% 0.95% -
XYZ 66.92 80.91 44.89 -
YUV 225.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 218 242 159 0.10 0 0.34 0.05 77.35 0.76 0.79
Hex DA F2 9F A 0 22 5 4D 4C 4F
Octal 332 362 237 12 0 42 5 115 114 117
Binary 11011010 11110010 10011111 1010 0 100010 101 1001101 1001100 1001111

Color Harmonies of #DAF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF29F

Black with #DAF29F

Text Example


Text Example

White with #DAF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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