#48C201

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

Shades of Kelly Green #48C201

Tints of Kelly Green #48C201

Color information

#48C201 (or 0x48C201) is unknown color: approx Kelly Green. HEX triplet: 48, C2 and 01. RGB value is (72,194,1). Sum of RGB (Red+Green+Blue) = 72+194+1=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 194 (76.17% from 255 or 72.66% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 194 - color contains mainly: green. Hex color #48C201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C201 is #B73DFE. Grayscale: #888888. Windows color (decimal): -12008959 or 115272. OLE color: 115272.

HSL color Cylindrical-coordinate representation of color #48C201: hue angle of 97.93º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48C201 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB721941-
CMYK0.6300.990.24
HSL97.93º98.97%38.24%-
HSV(B)97.93º99.48%76.08%-
XYZ21.9739.966.58-
YUV135.5252.0882.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 194 (76.17% from 255) = 72.66%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=26.97%
G=72.66%
B=0.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7219410.6300.990.2497.9398.9738.24
Hex48C213F06318626326
Octal11030217701433014214346
Binary1001000110000101111111011000111100011000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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