#48C908

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

Shades of Kelly Green #48C908

Tints of Kelly Green #48C908

Color information

#48C908 (or 0x48C908) is unknown color: approx Kelly Green. HEX triplet: 48, C9 and 08. RGB value is (72,201,8). Sum of RGB (Red+Green+Blue) = 72+201+8=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #48C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C908 is #B736F7. Grayscale: #8D8D8D. Windows color (decimal): -12007160 or 575816. OLE color: 575816.

HSL color Cylindrical-coordinate representation of color #48C908: hue angle of 100.1º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48C908 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB722018-
CMYK0.6400.960.21
HSL100.1º92.34%40.98%-
HSV(B)100.1º96.02%78.82%-
XYZ23.643.177.32-
YUV140.4353.2679.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 201 (78.91% from 255) = 71.53%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=25.62%
G=71.53%
B=2.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7220180.6400.960.21100.192.3440.98
Hex48C984006015645c29
Octal1103111010001402514413451
Binary10010001100100110001000000011000001010111001001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,8); }

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

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

 a { background-color: rgb(72,201,8); }

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

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

 span { border-color: rgb(72,201,8); }

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