Html Css Color HEX #85C812 Lima

📋 copy color: '#85C812'

red 133 ◦ green 200 ◦ blue 18

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

Shades of Lima #85C812

Tints of Lima #85C812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.98%

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

R = 37.89%
G = 56.98%
B = 5.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#85C812 (or 0x85C812) is known color: Lima. HEX triplet: 85, C8 and 12. RGB value is (133,200,18). Sum of RGB (Red+Green+Blue) = 133+200+18=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #85C812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C812 is #7A37ED. Grayscale: #9F9F9F. Windows color (decimal): -8009710 or 1230981. OLE color: 1230981.

HSL color Cylindrical-coordinate representation of color #85C812: hue angle of 82.09º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85C812 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 18 -
CMYK 0.34 0 0.91 0.22
HSL 82.09º 0.83% 0.43% -
HSV(B) 82.09º 0.91% 0.78% -
XYZ 30.44 46.34 7.91 -
YUV 159.22 48.3 109.3 -
System Red Green Blue C M Y K H S L
Decimal 133 200 18 0.34 0 0.91 0.22 82.09 0.83 0.43
Hex 85 C8 12 22 0 5B 16 52 53 2B
Octal 205 310 22 42 0 133 26 122 123 53
Binary 10000101 11001000 10010 100010 0 1011011 10110 1010010 1010011 101011

Color Harmonies of #85C812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C812

Black with #85C812

Text Example


Text Example

White with #85C812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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