Html Css Color HEX #4ABD1F Kelly Green

📋 copy color: '#4ABD1F'

red 74 ◦ green 189 ◦ blue 31

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

Shades of Kelly Green #4ABD1F

Tints of Kelly Green #4ABD1F

RGB

 RED value IS 74 (29.3% from 255) = 25.17%

 GREEN value IS 189 (74.22% from 255) = 64.29%

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 25.17%
G = 64.29%
B = 10.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#4ABD1F (or 0x4ABD1F) is known color: Kelly Green. HEX triplet: 4A, BD and 1F. RGB value is (74,189,31). Sum of RGB (Red+Green+Blue) = 74+189+31=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 189 (74.22% from 255 or 64.29% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD1F is #B542E0. Grayscale: #898989. Windows color (decimal): -11879137 or 2080074. OLE color: 2080074.

HSL color Cylindrical-coordinate representation of color #4ABD1F: hue angle of 103.67º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4ABD1F is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 189 31 -
CMYK 0.61 0 0.84 0.26
HSL 103.67º 0.72% 0.43% -
HSV(B) 103.67º 0.84% 0.74% -
XYZ 21.27 37.95 7.5 -
YUV 136.6 68.4 83.35 -
System Red Green Blue C M Y K H S L
Decimal 74 189 31 0.61 0 0.84 0.26 103.67 0.72 0.43
Hex 4A BD 1F 3D 0 54 1A 68 48 2B
Octal 112 275 37 75 0 124 32 150 110 53
Binary 1001010 10111101 11111 111101 0 1010100 11010 1101000 1001000 101011

Color Harmonies of #4ABD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD1F

Black with #4ABD1F

Text Example


Text Example

White with #4ABD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,31); }

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

background-color css

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

 a { background-color: rgb(74,189,31); }

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

border-color css

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

 span { border-color: rgb(74,189,31); }

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