Html Css Color HEX #DAF99A Reef

📋 copy color: '#DAF99A'

red 218 ◦ green 249 ◦ blue 154

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

Shades of Reef #DAF99A

Tints of Reef #DAF99A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.1%

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

R = 35.1%
G = 40.1%
B = 24.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#DAF99A (or 0xDAF99A) is known color: Reef. HEX triplet: DA, F9 and 9A. RGB value is (218,249,154). Sum of RGB (Red+Green+Blue) = 218+249+154=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF99A is #250665. Grayscale: #E5E5E5. Windows color (decimal): -2426470 or 10156506. OLE color: 10156506.

HSL color Cylindrical-coordinate representation of color #DAF99A: hue angle of 79.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAF99A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 154 -
CMYK 0.12 0 0.38 0.02
HSL 79.58º 0.89% 0.79% -
HSV(B) 79.58º 0.38% 0.98% -
XYZ 68.62 84.99 43.36 -
YUV 228.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 218 249 154 0.12 0 0.38 0.02 79.58 0.89 0.79
Hex DA F9 9A C 0 26 2 50 59 4F
Octal 332 371 232 14 0 46 2 120 131 117
Binary 11011010 11111001 10011010 1100 0 100110 10 1010000 1011001 1001111

Color Harmonies of #DAF99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF99A

Black with #DAF99A

Text Example


Text Example

White with #DAF99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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