Html Css Color HEX #60BA03 Kelly Green

📋 copy color: '#60BA03'

red 96 ◦ green 186 ◦ blue 3

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

Shades of Kelly Green #60BA03

Tints of Kelly Green #60BA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 33.68%
G = 65.26%
B = 1.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#60BA03 (or 0x60BA03) is known color: Kelly Green. HEX triplet: 60, BA and 03. RGB value is (96,186,3). Sum of RGB (Red+Green+Blue) = 96+186+3=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BA03 is #9F45FC. Grayscale: #8A8A8A. Windows color (decimal): -10438141 or 244320. OLE color: 244320.

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

Color convert

RGB 96 186 3 -
CMYK 0.48 0 0.98 0.27
HSL 89.51º 0.97% 0.37% -
HSV(B) 89.51º 0.98% 0.73% -
XYZ 22.4 37.61 6.17 -
YUV 138.23 51.68 97.88 -
System Red Green Blue C M Y K H S L
Decimal 96 186 3 0.48 0 0.98 0.27 89.51 0.97 0.37
Hex 60 BA 3 30 0 62 1B 5A 61 25
Octal 140 272 3 60 0 142 33 132 141 45
Binary 1100000 10111010 11 110000 0 1100010 11011 1011010 1100001 100101

Color Harmonies of #60BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA03

Black with #60BA03

Text Example


Text Example

White with #60BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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