Html Css Color HEX #85C53A Yellow Green

📋 copy color: '#85C53A'

red 133 ◦ green 197 ◦ blue 58

#85C53A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #85C53A

Tints of Yellow Green #85C53A

RGB

 RED value IS 133 (52.34% from 255) = 34.28%

 GREEN value IS 197 (77.34% from 255) = 50.77%

 BLUE value IS 58 (23.05% from 255) = 14.95%

R = 34.28%
G = 50.77%
B = 14.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#85C53A (or 0x85C53A) is known color: Yellow Green. HEX triplet: 85, C5 and 3A. RGB value is (133,197,58). Sum of RGB (Red+Green+Blue) = 133+197+58=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #85C53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C53A is #7A3AC5. Grayscale: #A2A2A2. Windows color (decimal): -8010438 or 3851653. OLE color: 3851653.

HSL color Cylindrical-coordinate representation of color #85C53A: hue angle of 87.63º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85C53A is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 58 -
CMYK 0.32 0 0.71 0.23
HSL 87.63º 0.55% 0.5% -
HSV(B) 87.63º 0.71% 0.77% -
XYZ 30.4 45.22 11.13 -
YUV 162.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 133 197 58 0.32 0 0.71 0.23 87.63 0.55 0.5
Hex 85 C5 3A 20 0 47 17 58 37 32
Octal 205 305 72 40 0 107 27 130 67 62
Binary 10000101 11000101 111010 100000 0 1000111 10111 1011000 110111 110010

Color Harmonies of #85C53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C53A

Black with #85C53A

Text Example


Text Example

White with #85C53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,58); }

 H1.HeaderClassName
 {
   color: #85C53A;
 }
 .AnyTagClassName
 {
   color: #85C53A;
 }
</style>

background-color css

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

 a { background-color: rgb(133,197,58); }

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

border-color css

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

 span { border-color: rgb(133,197,58); }

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