#D2EC22

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

Shades of Pear #D2EC22

Tints of Pear #D2EC22

Color information

#D2EC22 (or 0xD2EC22) is unknown color: approx Pear. HEX triplet: D2, EC and 22. RGB value is (210,236,34). Sum of RGB (Red+Green+Blue) = 210+236+34=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EC22 is #2D13DD. Grayscale: #CDCDCD. Windows color (decimal): -2954206 or 2288850. OLE color: 2288850.

HSL color Cylindrical-coordinate representation of color #D2EC22: hue angle of 67.72º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2EC22 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB21023634-
CMYK0.1100.860.07
HSL67.72º84.17%52.94%-
HSV(B)67.72º85.59%92.55%-
XYZ56.8673.8112.76-
YUV205.231.39131.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 236 (92.58% from 255) = 49.17%
BLUE value IS 34 (13.67% from 255) = 7.08%
R=43.75%
G=49.17%
B=7.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210236340.1100.860.0767.7284.1752.94
HexD2EC22B0567445435
Octal32235442130126710412465
Binary110100101110110010001010110101011011110001001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EC22; }

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

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

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

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

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

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

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

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