#4BBD01

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

Shades of Kelly Green #4BBD01

Tints of Kelly Green #4BBD01

Color information

#4BBD01 (or 0x4BBD01) is unknown color: approx Kelly Green. HEX triplet: 4B, BD and 01. RGB value is (75,189,1). Sum of RGB (Red+Green+Blue) = 75+189+1=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBD01 is #B442FE. Grayscale: #868686. Windows color (decimal): -11813631 or 113995. OLE color: 113995.

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

Color convert

RGB751891-
CMYK0.6000.990.26
HSL96.38º98.95%37.25%-
HSV(B)96.38º99.47%74.12%-
XYZ21.137.896.23-
YUV133.4853.2386.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 189 (74.22% from 255) = 71.32%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=28.30%
G=71.32%
B=0.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7518910.6000.990.2696.3898.9537.25
Hex4BBD13C0631A606325
Octal11327517401433214014345
Binary1001011101111011111100011000111101011000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,189,1); }

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

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

 a { background-color: rgb(75,189,1); }

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

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

 span { border-color: rgb(75,189,1); }

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