#D8FD21

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

Shades of Pear #D8FD21

Tints of Pear #D8FD21

Color information

#D8FD21 (or 0xD8FD21) is unknown color: approx Pear. HEX triplet: D8, FD and 21. RGB value is (216,253,33). Sum of RGB (Red+Green+Blue) = 216+253+33=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 33 (13.28% from 255 or 6.57% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD21 is #2702DE. Grayscale: #D9D9D9. Windows color (decimal): -2556639 or 2227672. OLE color: 2227672.

HSL color Cylindrical-coordinate representation of color #D8FD21: hue angle of 70.09º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8FD21 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB21625333-
CMYK0.1500.870.01
HSL70.09º98.21%56.08%-
HSV(B)70.09º86.96%99.22%-
XYZ63.7284.9614.48-
YUV216.8624.24127.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 33 (13.28% from 255) = 6.57%
R=43.03%
G=50.40%
B=6.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216253330.1500.870.0170.0998.2156.08
HexD8FD21F0571466238
Octal33037541170127110614270
Binary1101100011111101100001111101010111110001101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD21; }

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

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

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

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

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

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

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

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