#D0E138

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

Shades of Pear #D0E138

Tints of Pear #D0E138

Color information

#D0E138 (or 0xD0E138) is unknown color: approx Pear. HEX triplet: D0, E1 and 38. RGB value is (208,225,56). Sum of RGB (Red+Green+Blue) = 208+225+56=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E138 is #2F1EC7. Grayscale: #C9C9C9. Windows color (decimal): -3088072 or 3727824. OLE color: 3727824.

HSL color Cylindrical-coordinate representation of color #D0E138: hue angle of 66.04º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0E138 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB20822556-
CMYK0.0800.750.12
HSL66.04º73.8%55.1%-
HSV(B)66.04º75.11%88.24%-
XYZ53.6567.5513.95-
YUV200.6546.37133.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 56 (22.27% from 255) = 11.45%
R=42.54%
G=46.01%
B=11.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208225560.0800.750.1266.0473.855.1
HexD0E138804BC424a37
Octal320341701001131410211267
Binary1101000011100001111000100001001011110010000101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E138; }

 p { color: rgb(208,225,56); }

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

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

 a { background-color: rgb(208,225,56); }

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

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

 span { border-color: rgb(208,225,56); }

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