Html Css Color HEX #DAF29A Reef

📋 copy color: '#DAF29A'

red 218 ◦ green 242 ◦ blue 154

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

Shades of Reef #DAF29A

Tints of Reef #DAF29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.08%

R = 35.5%
G = 39.41%
B = 25.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#DAF29A (or 0xDAF29A) is known color: Reef. HEX triplet: DA, F2 and 9A. RGB value is (218,242,154). Sum of RGB (Red+Green+Blue) = 218+242+154=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF29A is #250D65. Grayscale: #E1E1E1. Windows color (decimal): -2428262 or 10154714. OLE color: 10154714.

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

Color convert

RGB 218 242 154 -
CMYK 0.10 0 0.36 0.05
HSL 76.36º 0.77% 0.78% -
HSV(B) 76.36º 0.36% 0.95% -
XYZ 66.5 80.74 42.65 -
YUV 224.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 218 242 154 0.10 0 0.36 0.05 76.36 0.77 0.78
Hex DA F2 9A A 0 24 5 4C 4D 4E
Octal 332 362 232 12 0 44 5 114 115 116
Binary 11011010 11110010 10011010 1010 0 100100 101 1001100 1001101 1001110

Color Harmonies of #DAF29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF29A

Black with #DAF29A

Text Example


Text Example

White with #DAF29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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