#DAF291

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

Shades of Reef #DAF291

Tints of Reef #DAF291

Color information

#DAF291 (or 0xDAF291) is unknown color: approx Reef. HEX triplet: DA, F2 and 91. RGB value is (218,242,145). Sum of RGB (Red+Green+Blue) = 218+242+145=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF291 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF291 is #250D6E. Grayscale: #E0E0E0. Windows color (decimal): -2428271 or 9564890. OLE color: 9564890.

HSL color Cylindrical-coordinate representation of color #DAF291: hue angle of 74.85º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF291 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB218242145-
CMYK0.1000.400.05
HSL74.85º78.86%75.88%-
HSV(B)74.85º40.08%94.9%-
XYZ65.7880.4538.85-
YUV223.7783.55123.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 23.97%
R=36.03%
G=40%
B=23.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421450.1000.400.0574.8578.8675.88
HexDAF291A02854b4f4c
Octal332362221120505113117114
Binary11011010111100101001000110100101000101100101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF291; }

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

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

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

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

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

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

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

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