#D0F096

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

Shades of Reef #D0F096

Tints of Reef #D0F096

Color information

#D0F096 (or 0xD0F096) is unknown color: approx Reef. HEX triplet: D0, F0 and 96. RGB value is (208,240,150). Sum of RGB (Red+Green+Blue) = 208+240+150=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F096 is #2F0F69. Grayscale: #DCDCDC. Windows color (decimal): -3084138 or 9892048. OLE color: 9892048.

HSL color Cylindrical-coordinate representation of color #D0F096: hue angle of 81.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0F096 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB208240150-
CMYK0.1300.370.06
HSL81.33º75%76.47%-
HSV(B)81.33º37.5%94.12%-
XYZ62.6877.9340.59-
YUV220.1788.4119.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=34.78%
G=40.13%
B=25.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082401500.1300.370.0681.337576.47
HexD0F096D0256514b4c
Octal320360226150456121113114
Binary11010000111100001001011011010100101110101000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F096; }

 p { color: rgb(208,240,150); }

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

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

 a { background-color: rgb(208,240,150); }

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

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

 span { border-color: rgb(208,240,150); }

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