#48CD27

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

Shades of Kelly Green #48CD27

Tints of Kelly Green #48CD27

Color information

#48CD27 (or 0x48CD27) is unknown color: approx Kelly Green. HEX triplet: 48, CD and 27. RGB value is (72,205,39). Sum of RGB (Red+Green+Blue) = 72+205+39=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CD27 is #B732D8. Grayscale: #929292. Windows color (decimal): -12006105 or 2608456. OLE color: 2608456.

HSL color Cylindrical-coordinate representation of color #48CD27: hue angle of 108.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48CD27 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB7220539-
CMYK0.6500.810.20
HSL108.07º68.03%47.84%-
HSV(B)108.07º80.98%80.39%-
XYZ24.8745.199.33-
YUV146.3167.4475-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 205 (80.47% from 255) = 64.87%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=22.78%
G=64.87%
B=12.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72205390.6500.810.20108.0768.0347.84
Hex48CD2741051146c4430
Octal1103154710101212415410460
Binary1001000110011011001111000001010100011010011011001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,39); }

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

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

 a { background-color: rgb(72,205,39); }

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

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

 span { border-color: rgb(72,205,39); }

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