#D0FB95

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

Shades of Reef #D0FB95

Tints of Reef #D0FB95

Color information

#D0FB95 (or 0xD0FB95) is unknown color: approx Reef. HEX triplet: D0, FB and 95. RGB value is (208,251,149). Sum of RGB (Red+Green+Blue) = 208+251+149=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB95 is #2F046A. Grayscale: #E2E2E2. Windows color (decimal): -3081323 or 9829328. OLE color: 9829328.

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

Color convert

RGB208251149-
CMYK0.1700.410.02
HSL85.29º92.73%78.43%-
HSV(B)85.29º40.64%98.43%-
XYZ65.9384.5741.28-
YUV226.5284.25114.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 149 (58.59% from 255) = 24.51%
R=34.21%
G=41.28%
B=24.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082511490.1700.410.0285.2992.7378.43
HexD0FB95110292555d4e
Octal320373225210512125135116
Binary11010000111110111001010110001010100110101010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FB95; }

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

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

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

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

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

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

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

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