Html Css Color HEX #60BF2A Kelly Green

📋 copy color: '#60BF2A'

red 96 ◦ green 191 ◦ blue 42

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

Shades of Kelly Green #60BF2A

Tints of Kelly Green #60BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 29.18%
G = 58.05%
B = 12.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#60BF2A (or 0x60BF2A) is known color: Kelly Green. HEX triplet: 60, BF and 2A. RGB value is (96,191,42). Sum of RGB (Red+Green+Blue) = 96+191+42=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF2A is #9F40D5. Grayscale: #929292. Windows color (decimal): -10436822 or 2801504. OLE color: 2801504.

HSL color Cylindrical-coordinate representation of color #60BF2A: hue angle of 98.26º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60BF2A is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 191 42 -
CMYK 0.50 0 0.78 0.25
HSL 98.26º 0.64% 0.46% -
HSV(B) 98.26º 0.78% 0.75% -
XYZ 23.87 39.92 8.64 -
YUV 145.61 69.53 92.62 -
System Red Green Blue C M Y K H S L
Decimal 96 191 42 0.50 0 0.78 0.25 98.26 0.64 0.46
Hex 60 BF 2A 32 0 4E 19 62 40 2E
Octal 140 277 52 62 0 116 31 142 100 56
Binary 1100000 10111111 101010 110010 0 1001110 11001 1100010 1000000 101110

Color Harmonies of #60BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF2A

Black with #60BF2A

Text Example


Text Example

White with #60BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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