#D0EA35

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

Shades of Pear #D0EA35

Tints of Pear #D0EA35

Color information

#D0EA35 (or 0xD0EA35) is unknown color: approx Pear. HEX triplet: D0, EA and 35. RGB value is (208,234,53). Sum of RGB (Red+Green+Blue) = 208+234+53=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EA35 is #2F15CA. Grayscale: #CECECE. Windows color (decimal): -3085771 or 3533520. OLE color: 3533520.

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

Color convert

RGB20823453-
CMYK0.1100.770.08
HSL68.62º81.17%56.27%-
HSV(B)68.62º77.35%91.76%-
XYZ56.0872.5114.41-
YUV205.5941.89129.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 234 (91.80% from 255) = 47.27%
BLUE value IS 53 (21.09% from 255) = 10.71%
R=42.02%
G=47.27%
B=10.71%

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
Decimal208234530.1100.770.0868.6281.1756.27
HexD0EA35B04D8455138
Octal320352651301151010512170
Binary1101000011101010110101101101001101100010001011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EA35; }

 p { color: rgb(208,234,53); }

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

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

 a { background-color: rgb(208,234,53); }

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

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

 span { border-color: rgb(208,234,53); }

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