Html Css Color HEX #85C63A Yellow Green

📋 copy color: '#85C63A'

red 133 ◦ green 198 ◦ blue 58

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

Shades of Yellow Green #85C63A

Tints of Yellow Green #85C63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

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

R = 34.19%
G = 50.9%
B = 14.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#85C63A (or 0x85C63A) is known color: Yellow Green. HEX triplet: 85, C6 and 3A. RGB value is (133,198,58). Sum of RGB (Red+Green+Blue) = 133+198+58=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #85C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C63A is #7A39C5. Grayscale: #A3A3A3. Windows color (decimal): -8010182 or 3851909. OLE color: 3851909.

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

Color convert

RGB 133 198 58 -
CMYK 0.33 0 0.71 0.22
HSL 87.86º 0.55% 0.5% -
HSV(B) 87.86º 0.71% 0.78% -
XYZ 30.63 45.68 11.21 -
YUV 162.61 68.97 106.88 -
System Red Green Blue C M Y K H S L
Decimal 133 198 58 0.33 0 0.71 0.22 87.86 0.55 0.5
Hex 85 C6 3A 21 0 47 16 58 37 32
Octal 205 306 72 41 0 107 26 130 67 62
Binary 10000101 11000110 111010 100001 0 1000111 10110 1011000 110111 110010

Color Harmonies of #85C63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C63A

Black with #85C63A

Text Example


Text Example

White with #85C63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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