#4CB914

Color #4CB914 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4CB914

Tints of Kelly Green #4CB914

Color information

#4CB914 (or 0x4CB914) is unknown color: approx Kelly Green. HEX triplet: 4C, B9 and 14. RGB value is (76,185,20). Sum of RGB (Red+Green+Blue) = 76+185+20=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB914 is #B346EB. Grayscale: #868686. Windows color (decimal): -11749100 or 1358156. OLE color: 1358156.

HSL color Cylindrical-coordinate representation of color #4CB914: hue angle of 99.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CB914 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB7618520-
CMYK0.5900.890.27
HSL99.64º80.49%40.2%-
HSV(B)99.64º89.19%72.55%-
XYZ20.4636.286.59-
YUV133.663.8986.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 185 (72.66% from 255) = 65.84%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=27.05%
G=65.84%
B=7.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76185200.5900.890.2799.6480.4940.2
Hex4CB9143B0591B645028
Octal114271247301313314412050
Binary10011001011100110100111011010110011101111001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CB914;
 }
 .AnyTagClassName
 {
   color: #4CB914;
 }
</style>
background-color css

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

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

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

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

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

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