#D0E33D

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

Shades of Pear #D0E33D

Tints of Pear #D0E33D

Color information

#D0E33D (or 0xD0E33D) is unknown color: approx Pear. HEX triplet: D0, E3 and 3D. RGB value is (208,227,61). Sum of RGB (Red+Green+Blue) = 208+227+61=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E33D is #2F1CC2. Grayscale: #CBCBCB. Windows color (decimal): -3087555 or 4056016. OLE color: 4056016.

HSL color Cylindrical-coordinate representation of color #D0E33D: hue angle of 66.87º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0E33D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB20822761-
CMYK0.0800.730.11
HSL66.87º74.77%56.47%-
HSV(B)66.87º73.13%89.02%-
XYZ54.3268.6814.81-
YUV202.448.21132-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 61 (24.22% from 255) = 12.30%
R=41.94%
G=45.77%
B=12.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208227610.0800.730.1166.8774.7756.47
HexD0E33D8049B434b38
Octal320343751001111310311370
Binary1101000011100011111101100001001001101110000111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E33D; }

 p { color: rgb(208,227,61); }

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

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

 a { background-color: rgb(208,227,61); }

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

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

 span { border-color: rgb(208,227,61); }

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