#D3FE4C

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

Shades of Pear #D3FE4C

Tints of Pear #D3FE4C

Color information

#D3FE4C (or 0xD3FE4C) is unknown color: approx Pear. HEX triplet: D3, FE and 4C. RGB value is (211,254,76). Sum of RGB (Red+Green+Blue) = 211+254+76=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FE4C is #2C01B3. Grayscale: #DDDDDD. Windows color (decimal): -2884020 or 5045971. OLE color: 5045971.

HSL color Cylindrical-coordinate representation of color #D3FE4C: hue angle of 74.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3FE4C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB21125476-
CMYK0.1700.700.00
HSL74.49º98.89%64.71%-
HSV(B)74.49º70.08%99.61%-
XYZ63.6185.2519.94-
YUV220.8546.25120.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 76 (30.08% from 255) = 14.05%
R=39.00%
G=46.95%
B=14.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal211254760.1700.700.0074.4998.8964.71
HexD3FE4C1104604a6341
Octal3233761142101060112143101
Binary1101001111111110100110010001010001100100101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FE4C; }

 p { color: rgb(211,254,76); }

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

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

 a { background-color: rgb(211,254,76); }

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

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

 span { border-color: rgb(211,254,76); }

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