#D0E735

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

Shades of Pear #D0E735

Tints of Pear #D0E735

Color information

#D0E735 (or 0xD0E735) is unknown color: approx Pear. HEX triplet: D0, E7 and 35. RGB value is (208,231,53). Sum of RGB (Red+Green+Blue) = 208+231+53=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E735 is #2F18CA. Grayscale: #CCCCCC. Windows color (decimal): -3086539 or 3532752. OLE color: 3532752.

HSL color Cylindrical-coordinate representation of color #D0E735: hue angle of 67.75º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0E735 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB20823153-
CMYK0.1000.770.09
HSL67.75º78.76%55.69%-
HSV(B)67.75º77.06%90.59%-
XYZ55.2370.8214.13-
YUV203.8342.88130.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 231 (90.62% from 255) = 46.95%
BLUE value IS 53 (21.09% from 255) = 10.77%
R=42.28%
G=46.95%
B=10.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208231530.1000.770.0967.7578.7655.69
HexD0E735A04D9444f38
Octal320347651201151110411770
Binary1101000011100111110101101001001101100110001001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E735; }

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

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

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

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

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

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

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

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