Html Css Color HEX #85C81A Lima

📋 copy color: '#85C81A'

red 133 ◦ green 200 ◦ blue 26

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

Shades of Lima #85C81A

Tints of Lima #85C81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.71%

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

R = 37.05%
G = 55.71%
B = 7.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#85C81A (or 0x85C81A) is known color: Lima. HEX triplet: 85, C8 and 1A. RGB value is (133,200,26). Sum of RGB (Red+Green+Blue) = 133+200+26=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #85C81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C81A is #7A37E5. Grayscale: #A0A0A0. Windows color (decimal): -8009702 or 1755269. OLE color: 1755269.

HSL color Cylindrical-coordinate representation of color #85C81A: hue angle of 83.1º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85C81A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 26 -
CMYK 0.34 0 0.87 0.22
HSL 83.1º 0.77% 0.44% -
HSV(B) 83.1º 0.87% 0.78% -
XYZ 30.51 46.37 8.32 -
YUV 160.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 133 200 26 0.34 0 0.87 0.22 83.1 0.77 0.44
Hex 85 C8 1A 22 0 57 16 53 4D 2C
Octal 205 310 32 42 0 127 26 123 115 54
Binary 10000101 11001000 11010 100010 0 1010111 10110 1010011 1001101 101100

Color Harmonies of #85C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C81A

Black with #85C81A

Text Example


Text Example

White with #85C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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