#85CD30

Color #85CD30 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #85CD30

Tints of Yellow Green #85CD30

Color information

#85CD30 (or 0x85CD30) is unknown color: approx Yellow Green. HEX triplet: 85, CD and 30. RGB value is (133,205,48). Sum of RGB (Red+Green+Blue) = 133+205+48=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CD30 is #7A32CF. Grayscale: #A6A6A6. Windows color (decimal): -8008400 or 3198341. OLE color: 3198341.

HSL color Cylindrical-coordinate representation of color #85CD30: hue angle of 87.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85CD30 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB13320548-
CMYK0.3500.770.20
HSL87.52º62.06%49.61%-
HSV(B)87.52º76.59%80.39%-
XYZ32.0448.8610.54-
YUV165.5761.65104.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 53.11%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=34.46%
G=53.11%
B=12.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133205480.3500.770.2087.5262.0649.61
Hex85CD302304D14583e32
Octal20531560430115241307662
Binary100001011100110111000010001101001101101001011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CD30; }

 p { color: rgb(133,205,48); }

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

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

 a { background-color: rgb(133,205,48); }

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

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

 span { border-color: rgb(133,205,48); }

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