Html Css Color HEX #85C60D Lima

📋 copy color: '#85C60D'

red 133 ◦ green 198 ◦ blue 13

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

Shades of Lima #85C60D

Tints of Lima #85C60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.56%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 38.66%
G = 57.56%
B = 3.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#85C60D (or 0x85C60D) is known color: Lima. HEX triplet: 85, C6 and 0D. RGB value is (133,198,13). Sum of RGB (Red+Green+Blue) = 133+198+13=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #85C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C60D is #7A39F2. Grayscale: #9E9E9E. Windows color (decimal): -8010227 or 902789. OLE color: 902789.

HSL color Cylindrical-coordinate representation of color #85C60D: hue angle of 81.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85C60D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 13 -
CMYK 0.33 0 0.93 0.22
HSL 81.08º 0.88% 0.41% -
HSV(B) 81.08º 0.93% 0.78% -
XYZ 29.94 45.4 7.57 -
YUV 157.48 46.47 110.54 -
System Red Green Blue C M Y K H S L
Decimal 133 198 13 0.33 0 0.93 0.22 81.08 0.88 0.41
Hex 85 C6 D 21 0 5D 16 51 58 29
Octal 205 306 15 41 0 135 26 121 130 51
Binary 10000101 11000110 1101 100001 0 1011101 10110 1010001 1011000 101001

Color Harmonies of #85C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C60D

Black with #85C60D

Text Example


Text Example

White with #85C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,198,13); }

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

background-color css

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

 a { background-color: rgb(133,198,13); }

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

border-color css

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

 span { border-color: rgb(133,198,13); }

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