#48B70A

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

Shades of Kelly Green #48B70A

Tints of Kelly Green #48B70A

Color information

#48B70A (or 0x48B70A) is unknown color: approx Kelly Green. HEX triplet: 48, B7 and 0A. RGB value is (72,183,10). Sum of RGB (Red+Green+Blue) = 72+183+10=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #48B70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B70A is #B748F5. Grayscale: #828282. Windows color (decimal): -12011766 or 702280. OLE color: 702280.

HSL color Cylindrical-coordinate representation of color #48B70A: hue angle of 98.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48B70A is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB7218310-
CMYK0.6100.950.28
HSL98.5º89.64%37.84%-
HSV(B)98.5º94.54%71.76%-
XYZ19.6635.276.06-
YUV130.0960.2386.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 183 (71.88% from 255) = 69.06%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=27.17%
G=69.06%
B=3.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183100.6100.950.2898.589.6437.84
Hex48B7A3D05F1C625a26
Octal110267127501373414213246
Binary1001000101101111010111101010111111110011000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,10); }

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

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

 a { background-color: rgb(72,183,10); }

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

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

 span { border-color: rgb(72,183,10); }

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