#D0F297

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

Shades of Reef #D0F297

Tints of Reef #D0F297

Color information

#D0F297 (or 0xD0F297) is unknown color: approx Reef. HEX triplet: D0, F2 and 97. RGB value is (208,242,151). Sum of RGB (Red+Green+Blue) = 208+242+151=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F297 is #2F0D68. Grayscale: #DDDDDD. Windows color (decimal): -3083625 or 9958096. OLE color: 9958096.

HSL color Cylindrical-coordinate representation of color #D0F297: hue angle of 82.42º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0F297 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB208242151-
CMYK0.1400.380.05
HSL82.42º77.78%77.06%-
HSV(B)82.42º37.6%94.9%-
XYZ63.3579.1541.22-
YUV221.4688.24118.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=34.61%
G=40.27%
B=25.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421510.1400.380.0582.4277.7877.06
HexD0F297E0265524e4d
Octal320362227160465122116115
Binary11010000111100101001011111100100110101101001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F297; }

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

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

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

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

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

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

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

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