Html Css Color HEX #85BE10 Lima

📋 copy color: '#85BE10'

red 133 ◦ green 190 ◦ blue 16

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

Shades of Lima #85BE10

Tints of Lima #85BE10

RGB

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

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

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

R = 39.23%
G = 56.05%
B = 4.72%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#85BE10 (or 0x85BE10) is known color: Lima. HEX triplet: 85, BE and 10. RGB value is (133,190,16). Sum of RGB (Red+Green+Blue) = 133+190+16=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE10 is #7A41EF. Grayscale: #999999. Windows color (decimal): -8012272 or 1097349. OLE color: 1097349.

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

Color convert

RGB 133 190 16 -
CMYK 0.3 0 0.92 0.25
HSL 79.66º 0.84% 0.4% -
HSV(B) 79.66º 0.92% 0.75% -
XYZ 28.18 41.85 7.08 -
YUV 153.12 50.62 113.65 -
System Red Green Blue C M Y K H S L
Decimal 133 190 16 0.3 0 0.92 0.25 79.66 0.84 0.4
Hex 85 BE 10 1E 0 5C 19 50 54 28
Octal 205 276 20 36 0 134 31 120 124 50
Binary 10000101 10111110 10000 11110 0 1011100 11001 1010000 1010100 101000

Color Harmonies of #85BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BE10

Black with #85BE10

Text Example


Text Example

White with #85BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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