Html Css Color HEX #60BA02 Kelly Green

📋 copy color: '#60BA02'

red 96 ◦ green 186 ◦ blue 2

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

Shades of Kelly Green #60BA02

Tints of Kelly Green #60BA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 33.8%
G = 65.49%
B = 0.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#60BA02 (or 0x60BA02) is known color: Kelly Green. HEX triplet: 60, BA and 02. RGB value is (96,186,2). Sum of RGB (Red+Green+Blue) = 96+186+2=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BA02 is #9F45FD. Grayscale: #8A8A8A. Windows color (decimal): -10438142 or 178784. OLE color: 178784.

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

Color convert

RGB 96 186 2 -
CMYK 0.48 0 0.99 0.27
HSL 89.35º 0.98% 0.37% -
HSV(B) 89.35º 0.99% 0.73% -
XYZ 22.39 37.61 6.14 -
YUV 138.11 51.18 97.96 -
System Red Green Blue C M Y K H S L
Decimal 96 186 2 0.48 0 0.99 0.27 89.35 0.98 0.37
Hex 60 BA 2 30 0 63 1B 59 62 25
Octal 140 272 2 60 0 143 33 131 142 45
Binary 1100000 10111010 10 110000 0 1100011 11011 1011001 1100010 100101

Color Harmonies of #60BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA02

Black with #60BA02

Text Example


Text Example

White with #60BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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