Html Css Color HEX #60BF14 Kelly Green

📋 copy color: '#60BF14'

red 96 ◦ green 191 ◦ blue 20

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

Shades of Kelly Green #60BF14

Tints of Kelly Green #60BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 62.21%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 31.27%
G = 62.21%
B = 6.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#60BF14 (or 0x60BF14) is known color: Kelly Green. HEX triplet: 60, BF and 14. RGB value is (96,191,20). Sum of RGB (Red+Green+Blue) = 96+191+20=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BF14 is #9F40EB. Grayscale: #8F8F8F. Windows color (decimal): -10436844 or 1359712. OLE color: 1359712.

HSL color Cylindrical-coordinate representation of color #60BF14: hue angle of 93.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60BF14 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 191 20 -
CMYK 0.50 0 0.90 0.25
HSL 93.33º 0.81% 0.41% -
HSV(B) 93.33º 0.9% 0.75% -
XYZ 23.58 39.8 7.1 -
YUV 143.1 58.53 94.4 -
System Red Green Blue C M Y K H S L
Decimal 96 191 20 0.50 0 0.90 0.25 93.33 0.81 0.41
Hex 60 BF 14 32 0 5A 19 5D 51 29
Octal 140 277 24 62 0 132 31 135 121 51
Binary 1100000 10111111 10100 110010 0 1011010 11001 1011101 1010001 101001

Color Harmonies of #60BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF14

Black with #60BF14

Text Example


Text Example

White with #60BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,191,20); }

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

background-color css

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

 a { background-color: rgb(96,191,20); }

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

border-color css

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

 span { border-color: rgb(96,191,20); }

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