Html Css Color HEX #4BA00E Kelly Green

📋 copy color: '#4BA00E'

red 75 ◦ green 160 ◦ blue 14

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

Shades of Kelly Green #4BA00E

Tints of Kelly Green #4BA00E

RGB

 RED value IS 75 (29.69% from 255) = 30.12%

 GREEN value IS 160 (62.89% from 255) = 64.26%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 30.12%
G = 64.26%
B = 5.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#4BA00E (or 0x4BA00E) is known color: Kelly Green. HEX triplet: 4B, A0 and 0E. RGB value is (75,160,14). Sum of RGB (Red+Green+Blue) = 75+160+14=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA00E is #B45FF1. Grayscale: #767676. Windows color (decimal): -11821042 or 958539. OLE color: 958539.

HSL color Cylindrical-coordinate representation of color #4BA00E: hue angle of 94.93º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BA00E is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 160 14 -
CMYK 0.53 0 0.91 0.37
HSL 94.93º 0.84% 0.34% -
HSV(B) 94.93º 0.91% 0.63% -
XYZ 15.55 26.67 4.74 -
YUV 117.94 69.34 97.37 -
System Red Green Blue C M Y K H S L
Decimal 75 160 14 0.53 0 0.91 0.37 94.93 0.84 0.34
Hex 4B A0 E 35 0 5B 25 5F 54 22
Octal 113 240 16 65 0 133 45 137 124 42
Binary 1001011 10100000 1110 110101 0 1011011 100101 1011111 1010100 100010

Color Harmonies of #4BA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA00E

Black with #4BA00E

Text Example


Text Example

White with #4BA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,160,14); }

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

background-color css

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

 a { background-color: rgb(75,160,14); }

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

border-color css

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

 span { border-color: rgb(75,160,14); }

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