Html Css Color HEX #4CBA01 Kelly Green

📋 copy color: '#4CBA01'

red 76 ◦ green 186 ◦ blue 1

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

Shades of Kelly Green #4CBA01

Tints of Kelly Green #4CBA01

RGB

 RED value IS 76 (30.08% from 255) = 28.9%

 GREEN value IS 186 (73.05% from 255) = 70.72%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 28.9%
G = 70.72%
B = 0.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#4CBA01 (or 0x4CBA01) is known color: Kelly Green. HEX triplet: 4C, BA and 01. RGB value is (76,186,1). Sum of RGB (Red+Green+Blue) = 76+186+1=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBA01 is #B345FE. Grayscale: #848484. Windows color (decimal): -11748863 or 113228. OLE color: 113228.

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

Color convert

RGB 76 186 1 -
CMYK 0.59 0 0.99 0.27
HSL 95.68º 0.99% 0.37% -
HSV(B) 95.68º 0.99% 0.73% -
XYZ 20.54 36.66 6.02 -
YUV 132.02 54.06 88.04 -
System Red Green Blue C M Y K H S L
Decimal 76 186 1 0.59 0 0.99 0.27 95.68 0.99 0.37
Hex 4C BA 1 3B 0 63 1B 60 63 25
Octal 114 272 1 73 0 143 33 140 143 45
Binary 1001100 10111010 1 111011 0 1100011 11011 1100000 1100011 100101

Color Harmonies of #4CBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBA01

Black with #4CBA01

Text Example


Text Example

White with #4CBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,1); }

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

background-color css

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

 a { background-color: rgb(76,186,1); }

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

border-color css

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

 span { border-color: rgb(76,186,1); }

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