Html Css Color HEX #60E130 Kelly Green

📋 copy color: '#60E130'

red 96 ◦ green 225 ◦ blue 48

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

Shades of Kelly Green #60E130

Tints of Kelly Green #60E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.98%

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 26.02%
G = 60.98%
B = 13.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#60E130 (or 0x60E130) is known color: Kelly Green. HEX triplet: 60, E1 and 30. RGB value is (96,225,48). Sum of RGB (Red+Green+Blue) = 96+225+48=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #60E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E130 is #9F1ECF. Grayscale: #A6A6A6. Windows color (decimal): -10428112 or 3203424. OLE color: 3203424.

HSL color Cylindrical-coordinate representation of color #60E130: hue angle of 103.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60E130 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 225 48 -
CMYK 0.57 0 0.79 0.12
HSL 103.73º 0.75% 0.54% -
HSV(B) 103.73º 0.79% 0.88% -
XYZ 32.28 56.55 12.01 -
YUV 166.25 61.26 77.89 -
System Red Green Blue C M Y K H S L
Decimal 96 225 48 0.57 0 0.79 0.12 103.73 0.75 0.54
Hex 60 E1 30 39 0 4F C 68 4B 36
Octal 140 341 60 71 0 117 14 150 113 66
Binary 1100000 11100001 110000 111001 0 1001111 1100 1101000 1001011 110110

Color Harmonies of #60E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E130

Black with #60E130

Text Example


Text Example

White with #60E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,225,48); }

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

background-color css

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

 a { background-color: rgb(96,225,48); }

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

border-color css

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

 span { border-color: rgb(96,225,48); }

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