#DAF28C

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

Shades of Reef #DAF28C

Tints of Reef #DAF28C

Color information

#DAF28C (or 0xDAF28C) is unknown color: approx Reef. HEX triplet: DA, F2 and 8C. RGB value is (218,242,140). Sum of RGB (Red+Green+Blue) = 218+242+140=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF28C is #250D73. Grayscale: #DFDFDF. Windows color (decimal): -2428276 or 9237210. OLE color: 9237210.

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

Color convert

RGB218242140-
CMYK0.1000.420.05
HSL74.12º79.69%74.9%-
HSV(B)74.12º42.15%94.9%-
XYZ65.480.336.86-
YUV223.281.05124.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 140 (55.08% from 255) = 23.33%
R=36.33%
G=40.33%
B=23.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421400.1000.420.0574.1279.6974.9
HexDAF28CA02A54a504b
Octal332362214120525112120113
Binary11011010111100101000110010100101010101100101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF28C; }

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

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

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

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

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

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

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

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