Html Css Color HEX #85C123 Lima

📋 copy color: '#85C123'

red 133 ◦ green 193 ◦ blue 35

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

Shades of Lima #85C123

Tints of Lima #85C123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 36.84%
G = 53.46%
B = 9.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#85C123 (or 0x85C123) is known color: Lima. HEX triplet: 85, C1 and 23. RGB value is (133,193,35). Sum of RGB (Red+Green+Blue) = 133+193+35=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #85C123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C123 is #7A3EDC. Grayscale: #9D9D9D. Windows color (decimal): -8011485 or 2343301. OLE color: 2343301.

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

Color convert

RGB 133 193 35 -
CMYK 0.31 0 0.82 0.24
HSL 82.78º 0.69% 0.45% -
HSV(B) 82.78º 0.82% 0.76% -
XYZ 29.05 43.25 8.41 -
YUV 157.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 133 193 35 0.31 0 0.82 0.24 82.78 0.69 0.45
Hex 85 C1 23 1F 0 52 18 53 45 2D
Octal 205 301 43 37 0 122 30 123 105 55
Binary 10000101 11000001 100011 11111 0 1010010 11000 1010011 1000101 101101

Color Harmonies of #85C123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C123

Black with #85C123

Text Example


Text Example

White with #85C123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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