#D8FD3E

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

Shades of Pear #D8FD3E

Tints of Pear #D8FD3E

Color information

#D8FD3E (or 0xD8FD3E) is unknown color: approx Pear. HEX triplet: D8, FD and 3E. RGB value is (216,253,62). Sum of RGB (Red+Green+Blue) = 216+253+62=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD3E is #2702C1. Grayscale: #DCDCDC. Windows color (decimal): -2556610 or 4128216. OLE color: 4128216.

HSL color Cylindrical-coordinate representation of color #D8FD3E: hue angle of 71.62º degrees, saturation: 0.98, 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 #D8FD3E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB21625362-
CMYK0.1500.750.01
HSL71.62º97.95%61.76%-
HSV(B)71.62º75.49%99.22%-
XYZ64.3185.217.61-
YUV220.1638.74125.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 253 (99.22% from 255) = 47.65%
BLUE value IS 62 (24.61% from 255) = 11.68%
R=40.68%
G=47.65%
B=11.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216253620.1500.750.0171.6297.9561.76
HexD8FD3EF04B148623e
Octal33037576170113111014276
Binary1101100011111101111110111101001011110010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD3E; }

 p { color: rgb(216,253,62); }

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

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

 a { background-color: rgb(216,253,62); }

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

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

 span { border-color: rgb(216,253,62); }

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