#D2E322

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

Shades of Pear #D2E322

Tints of Pear #D2E322

Color information

#D2E322 (or 0xD2E322) is unknown color: approx Pear. HEX triplet: D2, E3 and 22. RGB value is (210,227,34). Sum of RGB (Red+Green+Blue) = 210+227+34=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E322 is #2D1CDD. Grayscale: #C8C8C8. Windows color (decimal): -2956510 or 2286546. OLE color: 2286546.

HSL color Cylindrical-coordinate representation of color #D2E322: hue angle of 65.28º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2E322 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB21022734-
CMYK0.0700.850.11
HSL65.28º77.51%51.18%-
HSV(B)65.28º85.02%89.02%-
XYZ54.3468.7611.92-
YUV199.9234.37135.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.59%
GREEN value IS 227 (89.06% from 255) = 48.20%
BLUE value IS 34 (13.67% from 255) = 7.22%
R=44.59%
G=48.20%
B=7.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210227340.0700.850.1165.2877.5151.18
HexD2E3227055B414e33
Octal32234342701251310111663
Binary110100101110001110001011101010101101110000011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E322; }

 p { color: rgb(210,227,34); }

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

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

 a { background-color: rgb(210,227,34); }

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

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

 span { border-color: rgb(210,227,34); }

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