#DAF099

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

Shades of Reef #DAF099

Tints of Reef #DAF099

Color information

#DAF099 (or 0xDAF099) is unknown color: approx Reef. HEX triplet: DA, F0 and 99. RGB value is (218,240,153). Sum of RGB (Red+Green+Blue) = 218+240+153=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF099 is #250F66. Grayscale: #DFDFDF. Windows color (decimal): -2428775 or 10088666. OLE color: 10088666.

HSL color Cylindrical-coordinate representation of color #DAF099: hue angle of 75.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAF099 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB218240153-
CMYK0.0900.360.06
HSL75.17º74.36%77.06%-
HSV(B)75.17º36.25%94.12%-
XYZ65.8279.5342.02-
YUV223.588.21124.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=35.68%
G=39.28%
B=25.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401530.0900.360.0675.1774.3677.06
HexDAF099902464b4a4d
Octal332360231110446113112115
Binary11011010111100001001100110010100100110100101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF099; }

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

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

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

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

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

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

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

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