#D0FB8C

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

Shades of Reef #D0FB8C

Tints of Reef #D0FB8C

Color information

#D0FB8C (or 0xD0FB8C) is unknown color: approx Reef. HEX triplet: D0, FB and 8C. RGB value is (208,251,140). Sum of RGB (Red+Green+Blue) = 208+251+140=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB8C is #2F0473. Grayscale: #E1E1E1. Windows color (decimal): -3081332 or 9239504. OLE color: 9239504.

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

Color convert

RGB208251140-
CMYK0.1700.440.02
HSL83.24º93.28%76.67%-
HSV(B)83.24º44.22%98.43%-
XYZ65.2484.337.64-
YUV225.4979.75115.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 140 (55.08% from 255) = 23.37%
R=34.72%
G=41.90%
B=23.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082511400.1700.440.0283.2493.2876.67
HexD0FB8C1102C2535d4d
Octal320373214210542123135115
Binary11010000111110111000110010001010110010101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FB8C; }

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

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

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

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

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

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

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

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