#D0F995

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

Shades of Reef #D0F995

Tints of Reef #D0F995

Color information

#D0F995 (or 0xD0F995) is unknown color: approx Reef. HEX triplet: D0, F9 and 95. RGB value is (208,249,149). Sum of RGB (Red+Green+Blue) = 208+249+149=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F995 is #2F066A. Grayscale: #E1E1E1. Windows color (decimal): -3081835 or 9828816. OLE color: 9828816.

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

Color convert

RGB208249149-
CMYK0.1600.400.02
HSL84.6º89.29%78.04%-
HSV(B)84.6º40.16%97.65%-
XYZ65.3183.3341.08-
YUV225.3484.92115.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=34.32%
G=41.09%
B=24.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491490.1600.400.0284.689.2978.04
HexD0F99510028255594e
Octal320371225200502125131116
Binary11010000111110011001010110000010100010101010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F995; }

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

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

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

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

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

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

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

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