#D0E42F

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

Shades of Pear #D0E42F

Tints of Pear #D0E42F

Color information

#D0E42F (or 0xD0E42F) is unknown color: approx Pear. HEX triplet: D0, E4 and 2F. RGB value is (208,228,47). Sum of RGB (Red+Green+Blue) = 208+228+47=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E42F is #2F1BD0. Grayscale: #CACACA. Windows color (decimal): -3087313 or 3138768. OLE color: 3138768.

HSL color Cylindrical-coordinate representation of color #D0E42F: hue angle of 66.63º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0E42F is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB20822847-
CMYK0.0900.790.11
HSL66.63º77.02%53.92%-
HSV(B)66.63º79.39%89.41%-
XYZ54.2769.113.17-
YUV201.3940.87132.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 47 (18.75% from 255) = 9.73%
R=43.06%
G=47.20%
B=9.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208228470.0900.790.1166.6377.0253.92
HexD0E42F904FB434d36
Octal320344571101171310311566
Binary1101000011100100101111100101001111101110000111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E42F; }

 p { color: rgb(208,228,47); }

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

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

 a { background-color: rgb(208,228,47); }

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

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

 span { border-color: rgb(208,228,47); }

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