Html Css Color HEX #60CF2D Kelly Green

📋 copy color: '#60CF2D'

red 96 ◦ green 207 ◦ blue 45

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

Shades of Kelly Green #60CF2D

Tints of Kelly Green #60CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.48%

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

R = 27.59%
G = 59.48%
B = 12.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#60CF2D (or 0x60CF2D) is known color: Kelly Green. HEX triplet: 60, CF and 2D. RGB value is (96,207,45). Sum of RGB (Red+Green+Blue) = 96+207+45=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CF2D is #9F30D2. Grayscale: #9B9B9B. Windows color (decimal): -10432723 or 3002208. OLE color: 3002208.

HSL color Cylindrical-coordinate representation of color #60CF2D: hue angle of 101.11º 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 #60CF2D is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 207 45 -
CMYK 0.54 0 0.78 0.19
HSL 101.11º 0.64% 0.49% -
HSV(B) 101.11º 0.78% 0.81% -
XYZ 27.61 47.3 10.16 -
YUV 155.34 65.73 85.67 -
System Red Green Blue C M Y K H S L
Decimal 96 207 45 0.54 0 0.78 0.19 101.11 0.64 0.49
Hex 60 CF 2D 36 0 4E 13 65 40 31
Octal 140 317 55 66 0 116 23 145 100 61
Binary 1100000 11001111 101101 110110 0 1001110 10011 1100101 1000000 110001

Color Harmonies of #60CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CF2D

Black with #60CF2D

Text Example


Text Example

White with #60CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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