#D3FC8C

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

Shades of Reef #D3FC8C

Tints of Reef #D3FC8C

Color information

#D3FC8C (or 0xD3FC8C) is unknown color: approx Reef. HEX triplet: D3, FC and 8C. RGB value is (211,252,140). Sum of RGB (Red+Green+Blue) = 211+252+140=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FC8C is #2C0373. Grayscale: #E3E3E3. Windows color (decimal): -2884468 or 9239763. OLE color: 9239763.

HSL color Cylindrical-coordinate representation of color #D3FC8C: hue angle of 81.96º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3FC8C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB211252140-
CMYK0.1600.440.01
HSL81.96º94.92%76.86%-
HSV(B)81.96º44.44%98.82%-
XYZ66.4185.3637.79-
YUV226.9778.92116.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 252 (98.83% from 255) = 41.79%
BLUE value IS 140 (55.08% from 255) = 23.22%
R=34.99%
G=41.79%
B=23.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112521400.1600.440.0181.9694.9276.86
HexD3FC8C1002C1525f4d
Octal323374214200541122137115
Binary1101001111111100100011001000001011001101001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FC8C; }

 p { color: rgb(211,252,140); }

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

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

 a { background-color: rgb(211,252,140); }

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

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

 span { border-color: rgb(211,252,140); }

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