#48B201

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

Shades of Kelly Green #48B201

Tints of Kelly Green #48B201

Color information

#48B201 (or 0x48B201) is unknown color: approx Kelly Green. HEX triplet: 48, B2 and 01. RGB value is (72,178,1). Sum of RGB (Red+Green+Blue) = 72+178+1=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #48B201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48B201 is #B74DFE. Grayscale: #7E7E7E. Windows color (decimal): -12013055 or 111176. OLE color: 111176.

HSL color Cylindrical-coordinate representation of color #48B201: hue angle of 95.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48B201 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB721781-
CMYK0.6000.990.30
HSL95.93º98.88%35.1%-
HSV(B)95.93º99.44%69.8%-
XYZ18.633.225.46-
YUV126.1357.3889.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 178 (69.92% from 255) = 70.92%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=28.69%
G=70.92%
B=0.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7217810.6000.990.3095.9398.8835.1
Hex48B213C0631E606323
Octal11026217401433614014343
Binary1001000101100101111100011000111111011000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B201; }

 p { color: rgb(72,178,1); }

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

<style>
 a { background-color: #48B201; }

 a { background-color: rgb(72,178,1); }

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

<style>
 span { border-color: #48B201; }

 span { border-color: rgb(72,178,1); }

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