Html Css Color HEX #85C121 Lima

📋 copy color: '#85C121'

red 133 ◦ green 193 ◦ blue 33

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

Shades of Lima #85C121

Tints of Lima #85C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.76%

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 37.05%
G = 53.76%
B = 9.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#85C121 (or 0x85C121) is known color: Lima. HEX triplet: 85, C1 and 21. RGB value is (133,193,33). Sum of RGB (Red+Green+Blue) = 133+193+33=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #85C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C121 is #7A3EDE. Grayscale: #9D9D9D. Windows color (decimal): -8011487 or 2212229. OLE color: 2212229.

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

Color convert

RGB 133 193 33 -
CMYK 0.31 0 0.83 0.24
HSL 82.5º 0.71% 0.44% -
HSV(B) 82.5º 0.83% 0.76% -
XYZ 29.02 43.24 8.25 -
YUV 156.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 133 193 33 0.31 0 0.83 0.24 82.5 0.71 0.44
Hex 85 C1 21 1F 0 53 18 52 47 2C
Octal 205 301 41 37 0 123 30 122 107 54
Binary 10000101 11000001 100001 11111 0 1010011 11000 1010010 1000111 101100

Color Harmonies of #85C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C121

Black with #85C121

Text Example


Text Example

White with #85C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,33); }

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

background-color css

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

 a { background-color: rgb(133,193,33); }

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

border-color css

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

 span { border-color: rgb(133,193,33); }

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