#DAF28D

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

Shades of Reef #DAF28D

Tints of Reef #DAF28D

Color information

#DAF28D (or 0xDAF28D) is unknown color: approx Reef. HEX triplet: DA, F2 and 8D. RGB value is (218,242,141). Sum of RGB (Red+Green+Blue) = 218+242+141=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF28D is #250D72. Grayscale: #DFDFDF. Windows color (decimal): -2428275 or 9302746. OLE color: 9302746.

HSL color Cylindrical-coordinate representation of color #DAF28D: hue angle of 74.26º 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 #DAF28D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB218242141-
CMYK0.1000.420.05
HSL74.26º79.53%75.1%-
HSV(B)74.26º41.74%94.9%-
XYZ65.4780.3337.25-
YUV223.3181.55124.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 141 (55.47% from 255) = 23.46%
R=36.27%
G=40.27%
B=23.46%

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
Decimal2182421410.1000.420.0574.2679.5375.1
HexDAF28DA02A54a504b
Octal332362215120525112120113
Binary11011010111100101000110110100101010101100101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF28D; }

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

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

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

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

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

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

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

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