Html Css Color HEX #4CCD14 Kelly Green

📋 copy color: '#4CCD14'

red 76 ◦ green 205 ◦ blue 20

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

Shades of Kelly Green #4CCD14

Tints of Kelly Green #4CCD14

RGB

 RED value IS 76 (30.08% from 255) = 25.25%

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

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 25.25%
G = 68.11%
B = 6.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#4CCD14 (or 0x4CCD14) is known color: Kelly Green. HEX triplet: 4C, CD and 14. RGB value is (76,205,20). Sum of RGB (Red+Green+Blue) = 76+205+20=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 205 (80.47% from 255 or 68.11% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CCD14 is #B332EB. Grayscale: #919191. Windows color (decimal): -11743980 or 1363276. OLE color: 1363276.

HSL color Cylindrical-coordinate representation of color #4CCD14: hue angle of 101.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CCD14 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 205 20 -
CMYK 0.63 0 0.90 0.20
HSL 101.84º 0.82% 0.44% -
HSV(B) 101.84º 0.9% 0.8% -
XYZ 24.94 45.25 8.08 -
YUV 145.34 57.26 78.54 -
System Red Green Blue C M Y K H S L
Decimal 76 205 20 0.63 0 0.90 0.20 101.84 0.82 0.44
Hex 4C CD 14 3F 0 5A 14 66 52 2C
Octal 114 315 24 77 0 132 24 146 122 54
Binary 1001100 11001101 10100 111111 0 1011010 10100 1100110 1010010 101100

Color Harmonies of #4CCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCD14

Black with #4CCD14

Text Example


Text Example

White with #4CCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCD14; }

 p { color: rgb(76,205,20); }

 H1.HeaderClassName
 {
   color: #4CCD14;
 }
 .AnyTagClassName
 {
   color: #4CCD14;
 }
</style>

background-color css

<style>
 a { background-color: #4CCD14; }

 a { background-color: rgb(76,205,20); }

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

border-color css

<style>
 span { border-color: #4CCD14; }

 span { border-color: rgb(76,205,20); }

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