#D2EB36

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

Shades of Pear #D2EB36

Tints of Pear #D2EB36

Color information

#D2EB36 (or 0xD2EB36) is unknown color: approx Pear. HEX triplet: D2, EB and 36. RGB value is (210,235,54). Sum of RGB (Red+Green+Blue) = 210+235+54=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB36 is #2D14C9. Grayscale: #CFCFCF. Windows color (decimal): -2954442 or 3599314. OLE color: 3599314.

HSL color Cylindrical-coordinate representation of color #D2EB36: hue angle of 68.29º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2EB36 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB21023554-
CMYK0.1100.770.08
HSL68.29º81.9%56.67%-
HSV(B)68.29º77.02%92.16%-
XYZ56.9573.3814.65-
YUV206.8941.72130.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 54 (21.48% from 255) = 10.82%
R=42.08%
G=47.09%
B=10.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210235540.1100.770.0868.2981.956.67
HexD2EB36B04D8445239
Octal322353661301151010412271
Binary1101001011101011110110101101001101100010001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB36; }

 p { color: rgb(210,235,54); }

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

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

 a { background-color: rgb(210,235,54); }

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

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

 span { border-color: rgb(210,235,54); }

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