#DAF191

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

Shades of Reef #DAF191

Tints of Reef #DAF191

Color information

#DAF191 (or 0xDAF191) is unknown color: approx Reef. HEX triplet: DA, F1 and 91. RGB value is (218,241,145). Sum of RGB (Red+Green+Blue) = 218+241+145=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF191 is #250E6E. Grayscale: #DFDFDF. Windows color (decimal): -2428527 or 9564634. OLE color: 9564634.

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

Color convert

RGB218241145-
CMYK0.1000.400.05
HSL74.38º77.42%75.69%-
HSV(B)74.38º39.83%94.51%-
XYZ65.4879.8638.75-
YUV223.1883.88124.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 145 (57.03% from 255) = 24.01%
R=36.09%
G=39.90%
B=24.01%

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
Decimal2182411450.1000.400.0574.3877.4275.69
HexDAF191A02854a4d4c
Octal332361221120505112115114
Binary11011010111100011001000110100101000101100101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF191; }

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

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

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

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

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

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

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

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