#D0FB97

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

Shades of Reef #D0FB97

Tints of Reef #D0FB97

Color information

#D0FB97 (or 0xD0FB97) is unknown color: approx Reef. HEX triplet: D0, FB and 97. RGB value is (208,251,151). Sum of RGB (Red+Green+Blue) = 208+251+151=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB97 is #2F0468. Grayscale: #E3E3E3. Windows color (decimal): -3081321 or 9960400. OLE color: 9960400.

HSL color Cylindrical-coordinate representation of color #D0FB97: hue angle of 85.8º degrees, saturation: 0.93, 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 #D0FB97 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB208251151-
CMYK0.1700.400.02
HSL85.8º92.59%78.82%-
HSV(B)85.8º39.84%98.43%-
XYZ66.184.6442.13-
YUV226.7485.25114.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.10%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 151 (59.38% from 255) = 24.75%
R=34.10%
G=41.15%
B=24.75%

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
Decimal2082511510.1700.400.0285.892.5978.82
HexD0FB97110282565d4f
Octal320373227210502126135117
Binary11010000111110111001011110001010100010101011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FB97; }

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

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

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

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

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

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

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

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