#D8FC3F

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

Shades of Pear #D8FC3F

Tints of Pear #D8FC3F

Color information

#D8FC3F (or 0xD8FC3F) is unknown color: approx Pear. HEX triplet: D8, FC and 3F. RGB value is (216,252,63). Sum of RGB (Red+Green+Blue) = 216+252+63=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FC3F is #2703C0. Grayscale: #DCDCDC. Windows color (decimal): -2556865 or 4193496. OLE color: 4193496.

HSL color Cylindrical-coordinate representation of color #D8FC3F: hue angle of 71.43º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8FC3F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB21625263-
CMYK0.1400.750.01
HSL71.43º96.92%61.76%-
HSV(B)71.43º75%98.82%-
XYZ64.0384.5817.65-
YUV219.6939.57125.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 63 (25% from 255) = 11.86%
R=40.68%
G=47.46%
B=11.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216252630.1400.750.0171.4396.9261.76
HexD8FC3FE04B147613e
Octal33037477160113110714176
Binary1101100011111100111111111001001011110001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FC3F; }

 p { color: rgb(216,252,63); }

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

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

 a { background-color: rgb(216,252,63); }

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

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

 span { border-color: rgb(216,252,63); }

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