#D1FE46

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

Shades of Pear #D1FE46

Tints of Pear #D1FE46

Color information

#D1FE46 (or 0xD1FE46) is unknown color: approx Pear. HEX triplet: D1, FE and 46. RGB value is (209,254,70). Sum of RGB (Red+Green+Blue) = 209+254+70=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE46 is #2E01B9. Grayscale: #DCDCDC. Windows color (decimal): -3015098 or 4652753. OLE color: 4652753.

HSL color Cylindrical-coordinate representation of color #D1FE46: hue angle of 74.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1FE46 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB20925470-
CMYK0.1800.720.00
HSL74.67º98.92%63.53%-
HSV(B)74.67º72.44%99.61%-
XYZ62.8484.8818.87-
YUV219.5743.59120.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 70 (27.73% from 255) = 13.13%
R=39.21%
G=47.65%
B=13.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal209254700.1800.720.0074.6798.9263.53
HexD1FE461204804b6340
Octal3213761062201100113143100
Binary1101000111111110100011010010010010000100101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FE46; }

 p { color: rgb(209,254,70); }

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

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

 a { background-color: rgb(209,254,70); }

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

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

 span { border-color: rgb(209,254,70); }

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