#D0F097

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

Shades of Reef #D0F097

Tints of Reef #D0F097

Color information

#D0F097 (or 0xD0F097) is unknown color: approx Reef. HEX triplet: D0, F0 and 97. RGB value is (208,240,151). Sum of RGB (Red+Green+Blue) = 208+240+151=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F097 is #2F0F68. Grayscale: #DCDCDC. Windows color (decimal): -3084137 or 9957584. OLE color: 9957584.

HSL color Cylindrical-coordinate representation of color #D0F097: hue angle of 81.57º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0F097 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB208240151-
CMYK0.1300.370.06
HSL81.57º74.79%76.67%-
HSV(B)81.57º37.08%94.12%-
XYZ62.7677.9641.02-
YUV220.2988.9119.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=34.72%
G=40.07%
B=25.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082401510.1300.370.0681.5774.7976.67
HexD0F097D0256524b4d
Octal320360227150456122113115
Binary11010000111100001001011111010100101110101001010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F097; }

 p { color: rgb(208,240,151); }

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

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

 a { background-color: rgb(208,240,151); }

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

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

 span { border-color: rgb(208,240,151); }

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