Html Css Color HEX #60CC2D Kelly Green

📋 copy color: '#60CC2D'

red 96 ◦ green 204 ◦ blue 45

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

Shades of Kelly Green #60CC2D

Tints of Kelly Green #60CC2D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.13%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 27.83%
G = 59.13%
B = 13.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#60CC2D (or 0x60CC2D) is known color: Kelly Green. HEX triplet: 60, CC and 2D. RGB value is (96,204,45). Sum of RGB (Red+Green+Blue) = 96+204+45=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CC2D is #9F33D2. Grayscale: #9A9A9A. Windows color (decimal): -10433491 or 3001440. OLE color: 3001440.

HSL color Cylindrical-coordinate representation of color #60CC2D: hue angle of 100.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60CC2D is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 204 45 -
CMYK 0.53 0 0.78 0.2
HSL 100.75º 0.64% 0.49% -
HSV(B) 100.75º 0.78% 0.8% -
XYZ 26.89 45.86 9.92 -
YUV 153.58 66.72 86.93 -
System Red Green Blue C M Y K H S L
Decimal 96 204 45 0.53 0 0.78 0.2 100.75 0.64 0.49
Hex 60 CC 2D 35 0 4E 14 65 40 31
Octal 140 314 55 65 0 116 24 145 100 61
Binary 1100000 11001100 101101 110101 0 1001110 10100 1100101 1000000 110001

Color Harmonies of #60CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CC2D

Black with #60CC2D

Text Example


Text Example

White with #60CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,204,45); }

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

background-color css

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

 a { background-color: rgb(96,204,45); }

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

border-color css

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

 span { border-color: rgb(96,204,45); }

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