#D0FA97

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

Shades of Reef #D0FA97

Tints of Reef #D0FA97

Color information

#D0FA97 (or 0xD0FA97) is unknown color: approx Reef. HEX triplet: D0, FA and 97. RGB value is (208,250,151). Sum of RGB (Red+Green+Blue) = 208+250+151=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA97 is #2F0568. Grayscale: #E2E2E2. Windows color (decimal): -3081577 or 9960144. OLE color: 9960144.

HSL color Cylindrical-coordinate representation of color #D0FA97: hue angle of 85.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0FA97 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB208250151-
CMYK0.1700.400.02
HSL85.45º90.83%78.63%-
HSV(B)85.45º39.6%98.04%-
XYZ65.7884.0242.03-
YUV226.1685.59115.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=34.15%
G=41.05%
B=24.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082501510.1700.400.0285.4590.8378.63
HexD0FA97110282555b4f
Octal320372227210502125133117
Binary11010000111110101001011110001010100010101010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FA97; }

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

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

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

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

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

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

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

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