#D0FB8D

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

Shades of Reef #D0FB8D

Tints of Reef #D0FB8D

Color information

#D0FB8D (or 0xD0FB8D) is unknown color: approx Reef. HEX triplet: D0, FB and 8D. RGB value is (208,251,141). Sum of RGB (Red+Green+Blue) = 208+251+141=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB8D is #2F0472. Grayscale: #E2E2E2. Windows color (decimal): -3081331 or 9305040. OLE color: 9305040.

HSL color Cylindrical-coordinate representation of color #D0FB8D: hue angle of 83.45º 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 #D0FB8D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB208251141-
CMYK0.1700.440.02
HSL83.45º93.22%76.86%-
HSV(B)83.45º43.82%98.43%-
XYZ65.3284.3338.03-
YUV225.680.25115.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 141 (55.47% from 255) = 23.5%
R=34.67%
G=41.83%
B=23.5%

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
Decimal2082511410.1700.440.0283.4593.2276.86
HexD0FB8D1102C2535d4d
Octal320373215210542123135115
Binary11010000111110111000110110001010110010101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FB8D; }

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

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

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

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

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

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

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

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