#48BF0C

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

Shades of Kelly Green #48BF0C

Tints of Kelly Green #48BF0C

Color information

#48BF0C (or 0x48BF0C) is unknown color: approx Kelly Green. HEX triplet: 48, BF and 0C. RGB value is (72,191,12). Sum of RGB (Red+Green+Blue) = 72+191+12=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BF0C is #B740F3. Grayscale: #878787. Windows color (decimal): -12009716 or 835400. OLE color: 835400.

HSL color Cylindrical-coordinate representation of color #48BF0C: hue angle of 99.89º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48BF0C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB7219112-
CMYK0.6200.940.25
HSL99.89º88.18%39.8%-
HSV(B)99.89º93.72%74.9%-
XYZ21.3738.676.68-
YUV135.0158.5883.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 191 (75% from 255) = 69.45%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=26.18%
G=69.45%
B=4.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72191120.6200.940.2599.8988.1839.8
Hex48BFC3E05E19645828
Octal110277147601363114413050
Binary1001000101111111100111110010111101100111001001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,191,12); }

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

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

 a { background-color: rgb(72,191,12); }

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

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

 span { border-color: rgb(72,191,12); }

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