Html Css Color HEX #60BA1C Kelly Green

📋 copy color: '#60BA1C'

red 96 ◦ green 186 ◦ blue 28

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

Shades of Kelly Green #60BA1C

Tints of Kelly Green #60BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 30.97%
G = 60%
B = 9.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#60BA1C (or 0x60BA1C) is known color: Kelly Green. HEX triplet: 60, BA and 1C. RGB value is (96,186,28). Sum of RGB (Red+Green+Blue) = 96+186+28=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BA1C is #9F45E3. Grayscale: #8D8D8D. Windows color (decimal): -10438116 or 1882720. OLE color: 1882720.

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

Color convert

RGB 96 186 28 -
CMYK 0.48 0 0.85 0.27
HSL 94.18º 0.74% 0.42% -
HSV(B) 94.18º 0.85% 0.73% -
XYZ 22.59 37.69 7.18 -
YUV 141.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 96 186 28 0.48 0 0.85 0.27 94.18 0.74 0.42
Hex 60 BA 1C 30 0 55 1B 5E 4A 2A
Octal 140 272 34 60 0 125 33 136 112 52
Binary 1100000 10111010 11100 110000 0 1010101 11011 1011110 1001010 101010

Color Harmonies of #60BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA1C

Black with #60BA1C

Text Example


Text Example

White with #60BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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