Html Css Color HEX #4BAE14 Kelly Green

📋 copy color: '#4BAE14'

red 75 ◦ green 174 ◦ blue 20

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

Shades of Kelly Green #4BAE14

Tints of Kelly Green #4BAE14

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.68%

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

R = 27.88%
G = 64.68%
B = 7.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#4BAE14 (or 0x4BAE14) is known color: Kelly Green. HEX triplet: 4B, AE and 14. RGB value is (75,174,20). Sum of RGB (Red+Green+Blue) = 75+174+20=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAE14 is #B451EB. Grayscale: #7F7F7F. Windows color (decimal): -11817452 or 1355339. OLE color: 1355339.

HSL color Cylindrical-coordinate representation of color #4BAE14: hue angle of 98.57º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4BAE14 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 174 20 -
CMYK 0.57 0 0.89 0.32
HSL 98.57º 0.79% 0.38% -
HSV(B) 98.57º 0.89% 0.68% -
XYZ 18.16 31.82 5.85 -
YUV 126.84 67.7 91.02 -
System Red Green Blue C M Y K H S L
Decimal 75 174 20 0.57 0 0.89 0.32 98.57 0.79 0.38
Hex 4B AE 14 39 0 59 20 63 4F 26
Octal 113 256 24 71 0 131 40 143 117 46
Binary 1001011 10101110 10100 111001 0 1011001 100000 1100011 1001111 100110

Color Harmonies of #4BAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAE14

Black with #4BAE14

Text Example


Text Example

White with #4BAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,174,20); }

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

background-color css

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

 a { background-color: rgb(75,174,20); }

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

border-color css

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

 span { border-color: rgb(75,174,20); }

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