#48CA17

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

Shades of Kelly Green #48CA17

Tints of Kelly Green #48CA17

Color information

#48CA17 (or 0x48CA17) is unknown color: approx Kelly Green. HEX triplet: 48, CA and 17. RGB value is (72,202,23). Sum of RGB (Red+Green+Blue) = 72+202+23=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 202 (79.30% from 255 or 68.01% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CA17 is #B735E8. Grayscale: #8F8F8F. Windows color (decimal): -12006889 or 1559112. OLE color: 1559112.

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

Color convert

RGB7220223-
CMYK0.6400.890.21
HSL103.58º79.56%44.12%-
HSV(B)103.58º88.61%79.22%-
XYZ23.9543.687.98-
YUV142.7260.4377.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 202 (79.30% from 255) = 68.01%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=24.24%
G=68.01%
B=7.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72202230.6400.890.21103.5879.5644.12
Hex48CA17400591568502c
Octal1103122710001312515012054
Binary100100011001010101111000000010110011010111010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,23); }

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

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

 a { background-color: rgb(72,202,23); }

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

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

 span { border-color: rgb(72,202,23); }

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