#D2EC1E

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

Shades of Pear #D2EC1E

Tints of Pear #D2EC1E

Color information

#D2EC1E (or 0xD2EC1E) is unknown color: approx Pear. HEX triplet: D2, EC and 1E. RGB value is (210,236,30). Sum of RGB (Red+Green+Blue) = 210+236+30=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EC1E is #2D13E1. Grayscale: #CDCDCD. Windows color (decimal): -2954210 or 2026706. OLE color: 2026706.

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

Color convert

RGB21023630-
CMYK0.1100.870.07
HSL67.57º84.43%52.16%-
HSV(B)67.57º87.29%92.55%-
XYZ56.8173.7912.48-
YUV204.7429.39131.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 236 (92.58% from 255) = 49.58%
BLUE value IS 30 (12.11% from 255) = 6.30%
R=44.12%
G=49.58%
B=6.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210236300.1100.870.0767.5784.4352.16
HexD2EC1EB0577445434
Octal32235436130127710412464
Binary11010010111011001111010110101011111110001001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EC1E; }

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

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

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

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

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

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

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

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