#DAF19A

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

Shades of Reef #DAF19A

Tints of Reef #DAF19A

Color information

#DAF19A (or 0xDAF19A) is unknown color: approx Reef. HEX triplet: DA, F1 and 9A. RGB value is (218,241,154). Sum of RGB (Red+Green+Blue) = 218+241+154=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF19A is #250E65. Grayscale: #E0E0E0. Windows color (decimal): -2428518 or 10154458. OLE color: 10154458.

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

Color convert

RGB218241154-
CMYK0.1000.360.05
HSL75.86º75.65%77.45%-
HSV(B)75.86º36.1%94.51%-
XYZ66.280.1542.55-
YUV224.288.38123.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 241 (94.53% from 255) = 39.31%
BLUE value IS 154 (60.55% from 255) = 25.12%
R=35.56%
G=39.31%
B=25.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411540.1000.360.0575.8675.6577.45
HexDAF19AA02454c4c4d
Octal332361232120445114114115
Binary11011010111100011001101010100100100101100110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF19A; }

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

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

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

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

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

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

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

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