Html Css Color HEX #4DCF14 Kelly Green

📋 copy color: '#4DCF14'

red 77 ◦ green 207 ◦ blue 20

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

Shades of Kelly Green #4DCF14

Tints of Kelly Green #4DCF14

RGB

 RED value IS 77 (30.47% from 255) = 25.33%

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

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

R = 25.33%
G = 68.09%
B = 6.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#4DCF14 (or 0x4DCF14) is known color: Kelly Green. HEX triplet: 4D, CF and 14. RGB value is (77,207,20). Sum of RGB (Red+Green+Blue) = 77+207+20=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 207 (81.25% from 255 or 68.09% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DCF14 is #B230EB. Grayscale: #939393. Windows color (decimal): -11677932 or 1363789. OLE color: 1363789.

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

Color convert

RGB 77 207 20 -
CMYK 0.63 0 0.90 0.19
HSL 101.71º 0.82% 0.45% -
HSV(B) 101.71º 0.9% 0.81% -
XYZ 25.5 46.25 8.25 -
YUV 146.81 56.43 78.21 -
System Red Green Blue C M Y K H S L
Decimal 77 207 20 0.63 0 0.90 0.19 101.71 0.82 0.45
Hex 4D CF 14 3F 0 5A 13 66 52 2D
Octal 115 317 24 77 0 132 23 146 122 55
Binary 1001101 11001111 10100 111111 0 1011010 10011 1100110 1010010 101101

Color Harmonies of #4DCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCF14

Black with #4DCF14

Text Example


Text Example

White with #4DCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,207,20); }

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

background-color css

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

 a { background-color: rgb(77,207,20); }

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

border-color css

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

 span { border-color: rgb(77,207,20); }

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