#D0F991

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

Shades of Reef #D0F991

Tints of Reef #D0F991

Color information

#D0F991 (or 0xD0F991) is unknown color: approx Reef. HEX triplet: D0, F9 and 91. RGB value is (208,249,145). Sum of RGB (Red+Green+Blue) = 208+249+145=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F991 is #2F066E. Grayscale: #E1E1E1. Windows color (decimal): -3081839 or 9566672. OLE color: 9566672.

HSL color Cylindrical-coordinate representation of color #D0F991: hue angle of 83.65º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0F991 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB208249145-
CMYK0.1600.420.02
HSL83.65º89.66%77.25%-
HSV(B)83.65º41.77%97.65%-
XYZ6583.2139.42-
YUV224.8882.92115.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 145 (57.03% from 255) = 24.09%
R=34.55%
G=41.36%
B=24.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491450.1600.420.0283.6589.6677.25
HexD0F9911002A2545a4d
Octal320371221200522124132115
Binary11010000111110011001000110000010101010101010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F991; }

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

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

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

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

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

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

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

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