#D0FA99

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

Shades of Reef #D0FA99

Tints of Reef #D0FA99

Color information

#D0FA99 (or 0xD0FA99) is unknown color: approx Reef. HEX triplet: D0, FA and 99. RGB value is (208,250,153). Sum of RGB (Red+Green+Blue) = 208+250+153=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FA99 is #2F0566. Grayscale: #E2E2E2. Windows color (decimal): -3081575 or 10091216. OLE color: 10091216.

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

Color convert

RGB208250153-
CMYK0.1700.390.02
HSL85.98º90.65%79.02%-
HSV(B)85.98º38.8%98.04%-
XYZ65.9584.0842.89-
YUV226.3886.59114.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=34.04%
G=40.92%
B=25.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082501530.1700.390.0285.9890.6579.02
HexD0FA99110272565b4f
Octal320372231210472126133117
Binary11010000111110101001100110001010011110101011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FA99; }

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

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

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

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

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

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

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

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