Html Css Color HEX #4CDA14 Kelly Green

📋 copy color: '#4CDA14'

red 76 ◦ green 218 ◦ blue 20

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

Shades of Kelly Green #4CDA14

Tints of Kelly Green #4CDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 69.43%

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

R = 24.2%
G = 69.43%
B = 6.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#4CDA14 (or 0x4CDA14) is known color: Kelly Green. HEX triplet: 4C, DA and 14. RGB value is (76,218,20). Sum of RGB (Red+Green+Blue) = 76+218+20=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDA14 is #B325EB. Grayscale: #999999. Windows color (decimal): -11740652 or 1366604. OLE color: 1366604.

HSL color Cylindrical-coordinate representation of color #4CDA14: hue angle of 103.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CDA14 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 20 -
CMYK 0.65 0 0.91 0.15
HSL 103.03º 0.83% 0.47% -
HSV(B) 103.03º 0.91% 0.85% -
XYZ 28.18 51.73 9.16 -
YUV 152.97 52.96 73.1 -
System Red Green Blue C M Y K H S L
Decimal 76 218 20 0.65 0 0.91 0.15 103.03 0.83 0.47
Hex 4C DA 14 41 0 5B F 67 53 2F
Octal 114 332 24 101 0 133 17 147 123 57
Binary 1001100 11011010 10100 1000001 0 1011011 1111 1100111 1010011 101111

Color Harmonies of #4CDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDA14

Black with #4CDA14

Text Example


Text Example

White with #4CDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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