#DAF08E

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

Shades of Reef #DAF08E

Tints of Reef #DAF08E

Color information

#DAF08E (or 0xDAF08E) is unknown color: approx Reef. HEX triplet: DA, F0 and 8E. RGB value is (218,240,142). Sum of RGB (Red+Green+Blue) = 218+240+142=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF08E is #250F71. Grayscale: #DEDEDE. Windows color (decimal): -2428786 or 9367770. OLE color: 9367770.

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

Color convert

RGB218240142-
CMYK0.0900.410.06
HSL73.47º76.56%74.9%-
HSV(B)73.47º40.83%94.12%-
XYZ64.9679.1837.45-
YUV222.2582.71124.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 23.67%
R=36.33%
G=40%
B=23.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401420.0900.410.0673.4776.5674.9
HexDAF08E90296494d4b
Octal332360216110516111115113
Binary11011010111100001000111010010101001110100100110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF08E; }

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

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

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

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

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

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

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

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