#DAF791

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

Shades of Reef #DAF791

Tints of Reef #DAF791

Color information

#DAF791 (or 0xDAF791) is unknown color: approx Reef. HEX triplet: DA, F7 and 91. RGB value is (218,247,145). Sum of RGB (Red+Green+Blue) = 218+247+145=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF791 is #25086E. Grayscale: #E3E3E3. Windows color (decimal): -2426991 or 9566170. OLE color: 9566170.

HSL color Cylindrical-coordinate representation of color #DAF791: hue angle of 77.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF791 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB218247145-
CMYK0.1200.410.03
HSL77.06º86.44%76.86%-
HSV(B)77.06º41.3%96.86%-
XYZ67.2983.4739.35-
YUV226.781.89121.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 247 (96.88% from 255) = 40.49%
BLUE value IS 145 (57.03% from 255) = 23.77%
R=35.74%
G=40.49%
B=23.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471450.1200.410.0377.0686.4476.86
HexDAF791C02934d564d
Octal332367221140513115126115
Binary1101101011110111100100011100010100111100110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF791; }

 p { color: rgb(218,247,145); }

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

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

 a { background-color: rgb(218,247,145); }

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

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

 span { border-color: rgb(218,247,145); }

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