Html Css Color HEX #60CE2D Kelly Green

📋 copy color: '#60CE2D'

red 96 ◦ green 206 ◦ blue 45

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

Shades of Kelly Green #60CE2D

Tints of Kelly Green #60CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.37%

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

R = 27.67%
G = 59.37%
B = 12.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#60CE2D (or 0x60CE2D) is known color: Kelly Green. HEX triplet: 60, CE and 2D. RGB value is (96,206,45). Sum of RGB (Red+Green+Blue) = 96+206+45=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CE2D is #9F31D2. Grayscale: #9B9B9B. Windows color (decimal): -10432979 or 3001952. OLE color: 3001952.

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

Color convert

RGB 96 206 45 -
CMYK 0.53 0 0.78 0.19
HSL 100.99º 0.64% 0.49% -
HSV(B) 100.99º 0.78% 0.81% -
XYZ 27.37 46.82 10.08 -
YUV 154.76 66.06 86.09 -
System Red Green Blue C M Y K H S L
Decimal 96 206 45 0.53 0 0.78 0.19 100.99 0.64 0.49
Hex 60 CE 2D 35 0 4E 13 65 40 31
Octal 140 316 55 65 0 116 23 145 100 61
Binary 1100000 11001110 101101 110101 0 1001110 10011 1100101 1000000 110001

Color Harmonies of #60CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CE2D

Black with #60CE2D

Text Example


Text Example

White with #60CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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