Html Css Color HEX #86CC13 Lima

📋 copy color: '#86CC13'

red 134 ◦ green 204 ◦ blue 19

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

Shades of Lima #86CC13

Tints of Lima #86CC13

RGB

 RED value IS 134 (52.73% from 255) = 37.54%

 GREEN value IS 204 (80.08% from 255) = 57.14%

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 37.54%
G = 57.14%
B = 5.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#86CC13 (or 0x86CC13) is known color: Lima. HEX triplet: 86, CC and 13. RGB value is (134,204,19). Sum of RGB (Red+Green+Blue) = 134+204+19=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CC13 is #7933EC. Grayscale: #A2A2A2. Windows color (decimal): -7943149 or 1297542. OLE color: 1297542.

HSL color Cylindrical-coordinate representation of color #86CC13: hue angle of 82.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86CC13 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 204 19 -
CMYK 0.34 0 0.91 0.2
HSL 82.7º 0.83% 0.44% -
HSV(B) 82.7º 0.91% 0.8% -
XYZ 31.54 48.3 8.28 -
YUV 161.98 47.31 108.04 -
System Red Green Blue C M Y K H S L
Decimal 134 204 19 0.34 0 0.91 0.2 82.7 0.83 0.44
Hex 86 CC 13 22 0 5B 14 53 53 2C
Octal 206 314 23 42 0 133 24 123 123 54
Binary 10000110 11001100 10011 100010 0 1011011 10100 1010011 1010011 101100

Color Harmonies of #86CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CC13

Black with #86CC13

Text Example


Text Example

White with #86CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86CC13; }

 p { color: rgb(134,204,19); }

 H1.HeaderClassName
 {
   color: #86CC13;
 }
 .AnyTagClassName
 {
   color: #86CC13;
 }
</style>

background-color css

<style>
 a { background-color: #86CC13; }

 a { background-color: rgb(134,204,19); }

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

border-color css

<style>
 span { border-color: #86CC13; }

 span { border-color: rgb(134,204,19); }

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