Html Css Color HEX #84C015 Lima

📋 copy color: '#84C015'

red 132 ◦ green 192 ◦ blue 21

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

Shades of Lima #84C015

Tints of Lima #84C015

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

 GREEN value IS 192 (75.39% from 255) = 55.65%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 38.26%
G = 55.65%
B = 6.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#84C015 (or 0x84C015) is known color: Lima. HEX triplet: 84, C0 and 15. RGB value is (132,192,21). Sum of RGB (Red+Green+Blue) = 132+192+21=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #84C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C015 is #7B3FEA. Grayscale: #9B9B9B. Windows color (decimal): -8077291 or 1425540. OLE color: 1425540.

HSL color Cylindrical-coordinate representation of color #84C015: hue angle of 81.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84C015 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 21 -
CMYK 0.31 0 0.89 0.25
HSL 81.05º 0.8% 0.42% -
HSV(B) 81.05º 0.89% 0.75% -
XYZ 28.5 42.66 7.44 -
YUV 154.57 52.62 111.9 -
System Red Green Blue C M Y K H S L
Decimal 132 192 21 0.31 0 0.89 0.25 81.05 0.8 0.42
Hex 84 C0 15 1F 0 59 19 51 50 2A
Octal 204 300 25 37 0 131 31 121 120 52
Binary 10000100 11000000 10101 11111 0 1011001 11001 1010001 1010000 101010

Color Harmonies of #84C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C015

Black with #84C015

Text Example


Text Example

White with #84C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84C015; }

 p { color: rgb(132,192,21); }

 H1.HeaderClassName
 {
   color: #84C015;
 }
 .AnyTagClassName
 {
   color: #84C015;
 }
</style>

background-color css

<style>
 a { background-color: #84C015; }

 a { background-color: rgb(132,192,21); }

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

border-color css

<style>
 span { border-color: #84C015; }

 span { border-color: rgb(132,192,21); }

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