Html Css Color HEX #85BE12 Lima

📋 copy color: '#85BE12'

red 133 ◦ green 190 ◦ blue 18

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

Shades of Lima #85BE12

Tints of Lima #85BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.72%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 39%
G = 55.72%
B = 5.28%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#85BE12 (or 0x85BE12) is known color: Lima. HEX triplet: 85, BE and 12. RGB value is (133,190,18). Sum of RGB (Red+Green+Blue) = 133+190+18=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE12 is #7A41ED. Grayscale: #999999. Windows color (decimal): -8012270 or 1228421. OLE color: 1228421.

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

Color convert

RGB 133 190 18 -
CMYK 0.3 0 0.91 0.25
HSL 79.88º 0.83% 0.41% -
HSV(B) 79.88º 0.91% 0.75% -
XYZ 28.2 41.86 7.17 -
YUV 153.35 51.62 113.49 -
System Red Green Blue C M Y K H S L
Decimal 133 190 18 0.3 0 0.91 0.25 79.88 0.83 0.41
Hex 85 BE 12 1E 0 5B 19 50 53 29
Octal 205 276 22 36 0 133 31 120 123 51
Binary 10000101 10111110 10010 11110 0 1011011 11001 1010000 1010011 101001

Color Harmonies of #85BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE12

Black with #85BE12

Text Example


Text Example

White with #85BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,18); }

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

background-color css

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

 a { background-color: rgb(133,190,18); }

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

border-color css

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

 span { border-color: rgb(133,190,18); }

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