Html Css Color HEX #85C30C Lima

📋 copy color: '#85C30C'

red 133 ◦ green 195 ◦ blue 12

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

Shades of Lima #85C30C

Tints of Lima #85C30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 39.12%
G = 57.35%
B = 3.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#85C30C (or 0x85C30C) is known color: Lima. HEX triplet: 85, C3 and 0C. RGB value is (133,195,12). Sum of RGB (Red+Green+Blue) = 133+195+12=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #85C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C30C is #7A3CF3. Grayscale: #9C9C9C. Windows color (decimal): -8010996 or 836485. OLE color: 836485.

HSL color Cylindrical-coordinate representation of color #85C30C: hue angle of 80.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85C30C is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 195 12 -
CMYK 0.32 0 0.94 0.24
HSL 80.33º 0.88% 0.41% -
HSV(B) 80.33º 0.94% 0.76% -
XYZ 29.25 44.04 7.31 -
YUV 155.6 46.96 111.88 -
System Red Green Blue C M Y K H S L
Decimal 133 195 12 0.32 0 0.94 0.24 80.33 0.88 0.41
Hex 85 C3 C 20 0 5E 18 50 58 29
Octal 205 303 14 40 0 136 30 120 130 51
Binary 10000101 11000011 1100 100000 0 1011110 11000 1010000 1011000 101001

Color Harmonies of #85C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C30C

Black with #85C30C

Text Example


Text Example

White with #85C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,195,12); }

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

background-color css

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

 a { background-color: rgb(133,195,12); }

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

border-color css

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

 span { border-color: rgb(133,195,12); }

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