#85C23C

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

Shades of Yellow Green #85C23C

Tints of Yellow Green #85C23C

Color information

#85C23C (or 0x85C23C) is unknown color: approx Yellow Green. HEX triplet: 85, C2 and 3C. RGB value is (133,194,60). Sum of RGB (Red+Green+Blue) = 133+194+60=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #85C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C23C is #7A3DC3. Grayscale: #A0A0A0. Windows color (decimal): -8011204 or 3981957. OLE color: 3981957.

HSL color Cylindrical-coordinate representation of color #85C23C: hue angle of 87.31º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C23C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB13319460-
CMYK0.3100.690.24
HSL87.31º52.76%49.8%-
HSV(B)87.31º69.07%76.08%-
XYZ29.7843.911.18-
YUV160.4871.29108.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 194 (76.17% from 255) = 50.13%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=34.37%
G=50.13%
B=15.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133194600.3100.690.2487.3152.7649.8
Hex85C23C1F04518573532
Octal20530274370105301276562
Binary10000101110000101111001111101000101110001010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,60); }

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

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

 a { background-color: rgb(133,194,60); }

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

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

 span { border-color: rgb(133,194,60); }

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