#DAF48C

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

Shades of Reef #DAF48C

Tints of Reef #DAF48C

Color information

#DAF48C (or 0xDAF48C) is unknown color: approx Reef. HEX triplet: DA, F4 and 8C. RGB value is (218,244,140). Sum of RGB (Red+Green+Blue) = 218+244+140=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF48C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF48C is #250B73. Grayscale: #E0E0E0. Windows color (decimal): -2427764 or 9237722. OLE color: 9237722.

HSL color Cylindrical-coordinate representation of color #DAF48C: hue angle of 75º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF48C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB218244140-
CMYK0.1100.430.04
HSL75º82.54%75.29%-
HSV(B)75º42.62%95.69%-
XYZ6681.537.06-
YUV224.3780.39123.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 140 (55.08% from 255) = 23.26%
R=36.21%
G=40.53%
B=23.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441400.1100.430.047582.5475.29
HexDAF48CB02B44b534b
Octal332364214130534113123113
Binary11011010111101001000110010110101011100100101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF48C; }

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

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

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

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

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

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

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

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