Html Css Color HEX #85C010 Lima

📋 copy color: '#85C010'

red 133 ◦ green 192 ◦ blue 16

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

Shades of Lima #85C010

Tints of Lima #85C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 39%
G = 56.3%
B = 4.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#85C010 (or 0x85C010) is known color: Lima. HEX triplet: 85, C0 and 10. RGB value is (133,192,16). Sum of RGB (Red+Green+Blue) = 133+192+16=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #85C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C010 is #7A3FEF. Grayscale: #9A9A9A. Windows color (decimal): -8011760 or 1097861. OLE color: 1097861.

HSL color Cylindrical-coordinate representation of color #85C010: hue angle of 80.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85C010 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 16 -
CMYK 0.31 0 0.92 0.25
HSL 80.11º 0.85% 0.41% -
HSV(B) 80.11º 0.92% 0.75% -
XYZ 28.62 42.72 7.23 -
YUV 154.3 49.95 112.81 -
System Red Green Blue C M Y K H S L
Decimal 133 192 16 0.31 0 0.92 0.25 80.11 0.85 0.41
Hex 85 C0 10 1F 0 5C 19 50 55 29
Octal 205 300 20 37 0 134 31 120 125 51
Binary 10000101 11000000 10000 11111 0 1011100 11001 1010000 1010101 101001

Color Harmonies of #85C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C010

Black with #85C010

Text Example


Text Example

White with #85C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,16); }

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

background-color css

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

 a { background-color: rgb(133,192,16); }

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

border-color css

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

 span { border-color: rgb(133,192,16); }

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