#DAF299

Color #DAF299 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAF299

Tints of Reef #DAF299

Color information

#DAF299 (or 0xDAF299) is unknown color: approx Reef. HEX triplet: DA, F2 and 99. RGB value is (218,242,153). Sum of RGB (Red+Green+Blue) = 218+242+153=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF299 is #250D66. Grayscale: #E1E1E1. Windows color (decimal): -2428263 or 10089178. OLE color: 10089178.

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

Color convert

RGB218242153-
CMYK0.1000.370.05
HSL76.18º77.39%77.45%-
HSV(B)76.18º36.78%94.9%-
XYZ66.4280.7142.22-
YUV224.6887.55123.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 153 (60.16% from 255) = 24.96%
R=35.56%
G=39.48%
B=24.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421530.1000.370.0576.1877.3977.45
HexDAF299A02554c4d4d
Octal332362231120455114115115
Binary11011010111100101001100110100100101101100110010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF299; }

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

 H1.HeaderClassName
 {
   color: #DAF299;
 }
 .AnyTagClassName
 {
   color: #DAF299;
 }
</style>
background-color css

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

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

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

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

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

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