Html Css Color HEX #60CD1E Kelly Green

📋 copy color: '#60CD1E'

red 96 ◦ green 205 ◦ blue 30

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

Shades of Kelly Green #60CD1E

Tints of Kelly Green #60CD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.93%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 29%
G = 61.93%
B = 9.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#60CD1E (or 0x60CD1E) is known color: Kelly Green. HEX triplet: 60, CD and 1E. RGB value is (96,205,30). Sum of RGB (Red+Green+Blue) = 96+205+30=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CD1E is #9F32E1. Grayscale: #999999. Windows color (decimal): -10433250 or 2018656. OLE color: 2018656.

HSL color Cylindrical-coordinate representation of color #60CD1E: hue angle of 97.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60CD1E is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 205 30 -
CMYK 0.53 0 0.85 0.20
HSL 97.37º 0.74% 0.46% -
HSV(B) 97.37º 0.85% 0.8% -
XYZ 26.89 46.24 8.74 -
YUV 152.46 58.89 87.73 -
System Red Green Blue C M Y K H S L
Decimal 96 205 30 0.53 0 0.85 0.20 97.37 0.74 0.46
Hex 60 CD 1E 35 0 55 14 61 4A 2E
Octal 140 315 36 65 0 125 24 141 112 56
Binary 1100000 11001101 11110 110101 0 1010101 10100 1100001 1001010 101110

Color Harmonies of #60CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CD1E

Black with #60CD1E

Text Example


Text Example

White with #60CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,205,30); }

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

background-color css

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

 a { background-color: rgb(96,205,30); }

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

border-color css

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

 span { border-color: rgb(96,205,30); }

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