#D0F591

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

Shades of Reef #D0F591

Tints of Reef #D0F591

Color information

#D0F591 (or 0xD0F591) is unknown color: approx Reef. HEX triplet: D0, F5 and 91. RGB value is (208,245,145). Sum of RGB (Red+Green+Blue) = 208+245+145=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F591 is #2F0A6E. Grayscale: #DEDEDE. Windows color (decimal): -3082863 or 9565648. OLE color: 9565648.

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

Color convert

RGB208245145-
CMYK0.1500.410.04
HSL82.2º83.33%76.47%-
HSV(B)82.2º40.82%96.08%-
XYZ63.7880.7639.01-
YUV222.5484.24117.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 145 (57.03% from 255) = 24.25%
R=34.78%
G=40.97%
B=24.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082451450.1500.410.0482.283.3376.47
HexD0F591F029452534c
Octal320365221170514122123114
Binary11010000111101011001000111110101001100101001010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F591; }

 p { color: rgb(208,245,145); }

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

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

 a { background-color: rgb(208,245,145); }

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

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

 span { border-color: rgb(208,245,145); }

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