Html Css Color HEX #60C225 Kelly Green

📋 copy color: '#60C225'

red 96 ◦ green 194 ◦ blue 37

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

Shades of Kelly Green #60C225

Tints of Kelly Green #60C225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 29.36%
G = 59.33%
B = 11.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#60C225 (or 0x60C225) is known color: Kelly Green. HEX triplet: 60, C2 and 25. RGB value is (96,194,37). Sum of RGB (Red+Green+Blue) = 96+194+37=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #60C225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C225 is #9F3DDA. Grayscale: #939393. Windows color (decimal): -10436059 or 2474592. OLE color: 2474592.

HSL color Cylindrical-coordinate representation of color #60C225: hue angle of 97.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60C225 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 194 37 -
CMYK 0.51 0 0.81 0.24
HSL 97.45º 0.68% 0.45% -
HSV(B) 97.45º 0.81% 0.76% -
XYZ 24.45 41.2 8.41 -
YUV 146.8 66.03 91.77 -
System Red Green Blue C M Y K H S L
Decimal 96 194 37 0.51 0 0.81 0.24 97.45 0.68 0.45
Hex 60 C2 25 33 0 51 18 61 44 2D
Octal 140 302 45 63 0 121 30 141 104 55
Binary 1100000 11000010 100101 110011 0 1010001 11000 1100001 1000100 101101

Color Harmonies of #60C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C225

Black with #60C225

Text Example


Text Example

White with #60C225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,194,37); }

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

background-color css

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

 a { background-color: rgb(96,194,37); }

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

border-color css

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

 span { border-color: rgb(96,194,37); }

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