Html Css Color HEX #60BA20 Kelly Green

📋 copy color: '#60BA20'

red 96 ◦ green 186 ◦ blue 32

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

Shades of Kelly Green #60BA20

Tints of Kelly Green #60BA20

RGB

 RED value IS 96 (37.89% from 255) = 30.57%

 GREEN value IS 186 (73.05% from 255) = 59.24%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 30.57%
G = 59.24%
B = 10.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#60BA20 (or 0x60BA20) is known color: Kelly Green. HEX triplet: 60, BA and 20. RGB value is (96,186,32). Sum of RGB (Red+Green+Blue) = 96+186+32=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA20 is #9F45DF. Grayscale: #8E8E8E. Windows color (decimal): -10438112 or 2144864. OLE color: 2144864.

HSL color Cylindrical-coordinate representation of color #60BA20: hue angle of 95.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60BA20 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 32 -
CMYK 0.48 0 0.83 0.27
HSL 95.06º 0.71% 0.43% -
HSV(B) 95.06º 0.83% 0.73% -
XYZ 22.64 37.71 7.45 -
YUV 141.53 66.18 95.52 -
System Red Green Blue C M Y K H S L
Decimal 96 186 32 0.48 0 0.83 0.27 95.06 0.71 0.43
Hex 60 BA 20 30 0 53 1B 5F 47 2B
Octal 140 272 40 60 0 123 33 137 107 53
Binary 1100000 10111010 100000 110000 0 1010011 11011 1011111 1000111 101011

Color Harmonies of #60BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA20

Black with #60BA20

Text Example


Text Example

White with #60BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BA20; }

 p { color: rgb(96,186,32); }

 H1.HeaderClassName
 {
   color: #60BA20;
 }
 .AnyTagClassName
 {
   color: #60BA20;
 }
</style>

background-color css

<style>
 a { background-color: #60BA20; }

 a { background-color: rgb(96,186,32); }

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

border-color css

<style>
 span { border-color: #60BA20; }

 span { border-color: rgb(96,186,32); }

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