#D0F99A

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

Shades of Reef #D0F99A

Tints of Reef #D0F99A

Color information

#D0F99A (or 0xD0F99A) is unknown color: approx Reef. HEX triplet: D0, F9 and 9A. RGB value is (208,249,154). Sum of RGB (Red+Green+Blue) = 208+249+154=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F99A is #2F0665. Grayscale: #E2E2E2. Windows color (decimal): -3081830 or 10156496. OLE color: 10156496.

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

Color convert

RGB208249154-
CMYK0.1600.380.02
HSL85.89º88.79%79.02%-
HSV(B)85.89º38.15%97.65%-
XYZ65.7283.4943.22-
YUV225.9187.42115.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=34.04%
G=40.75%
B=25.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491540.1600.380.0285.8988.7979.02
HexD0F99A10026256594f
Octal320371232200462126131117
Binary11010000111110011001101010000010011010101011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F99A; }

 p { color: rgb(208,249,154); }

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

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

 a { background-color: rgb(208,249,154); }

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

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

 span { border-color: rgb(208,249,154); }

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