#D0EE34

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

Shades of Pear #D0EE34

Tints of Pear #D0EE34

Color information

#D0EE34 (or 0xD0EE34) is unknown color: approx Pear. HEX triplet: D0, EE and 34. RGB value is (208,238,52). Sum of RGB (Red+Green+Blue) = 208+238+52=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE34 is #2F11CB. Grayscale: #D0D0D0. Windows color (decimal): -3084748 or 3469008. OLE color: 3469008.

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

Color convert

RGB20823852-
CMYK0.1300.780.07
HSL69.68º84.55%56.86%-
HSV(B)69.68º78.15%93.33%-
XYZ57.2174.8114.67-
YUV207.8340.06128.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 238 (93.36% from 255) = 47.79%
BLUE value IS 52 (20.70% from 255) = 10.44%
R=41.77%
G=47.79%
B=10.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208238520.1300.780.0769.6884.5556.86
HexD0EE34D04E7465539
Octal32035664150116710612571
Binary110100001110111011010011010100111011110001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EE34; }

 p { color: rgb(208,238,52); }

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

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

 a { background-color: rgb(208,238,52); }

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

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

 span { border-color: rgb(208,238,52); }

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