Html Css Color HEX #60CA20 Kelly Green

📋 copy color: '#60CA20'

red 96 ◦ green 202 ◦ blue 32

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

Shades of Kelly Green #60CA20

Tints of Kelly Green #60CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.21%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 29.09%
G = 61.21%
B = 9.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#60CA20 (or 0x60CA20) is known color: Kelly Green. HEX triplet: 60, CA and 20. RGB value is (96,202,32). Sum of RGB (Red+Green+Blue) = 96+202+32=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA20 is #9F35DF. Grayscale: #979797. Windows color (decimal): -10434016 or 2148960. OLE color: 2148960.

HSL color Cylindrical-coordinate representation of color #60CA20: hue angle of 97.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60CA20 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 32 -
CMYK 0.52 0 0.84 0.21
HSL 97.41º 0.73% 0.46% -
HSV(B) 97.41º 0.84% 0.79% -
XYZ 26.21 44.83 8.64 -
YUV 150.93 60.88 88.82 -
System Red Green Blue C M Y K H S L
Decimal 96 202 32 0.52 0 0.84 0.21 97.41 0.73 0.46
Hex 60 CA 20 34 0 54 15 61 49 2E
Octal 140 312 40 64 0 124 25 141 111 56
Binary 1100000 11001010 100000 110100 0 1010100 10101 1100001 1001001 101110

Color Harmonies of #60CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CA20

Black with #60CA20

Text Example


Text Example

White with #60CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,32); }

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

background-color css

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

 a { background-color: rgb(96,202,32); }

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

border-color css

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

 span { border-color: rgb(96,202,32); }

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