Html Css Color HEX #85C31A Lima

📋 copy color: '#85C31A'

red 133 ◦ green 195 ◦ blue 26

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

Shades of Lima #85C31A

Tints of Lima #85C31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 37.57%
G = 55.08%
B = 7.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#85C31A (or 0x85C31A) is known color: Lima. HEX triplet: 85, C3 and 1A. RGB value is (133,195,26). Sum of RGB (Red+Green+Blue) = 133+195+26=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #85C31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C31A is #7A3CE5. Grayscale: #9D9D9D. Windows color (decimal): -8010982 or 1753989. OLE color: 1753989.

HSL color Cylindrical-coordinate representation of color #85C31A: hue angle of 82.01º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85C31A is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 26 -
CMYK 0.32 0 0.87 0.24
HSL 82.01º 0.76% 0.43% -
HSV(B) 82.01º 0.87% 0.76% -
XYZ 29.37 44.09 7.94 -
YUV 157.2 53.96 110.74 -
System Red Green Blue C M Y K H S L
Decimal 133 195 26 0.32 0 0.87 0.24 82.01 0.76 0.43
Hex 85 C3 1A 20 0 57 18 52 4C 2B
Octal 205 303 32 40 0 127 30 122 114 53
Binary 10000101 11000011 11010 100000 0 1010111 11000 1010010 1001100 101011

Color Harmonies of #85C31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C31A

Black with #85C31A

Text Example


Text Example

White with #85C31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,26); }

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

background-color css

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

 a { background-color: rgb(133,195,26); }

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

border-color css

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

 span { border-color: rgb(133,195,26); }

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