Html Css Color HEX #48C516 Kelly Green

📋 copy color: '#48C516'

red 72 ◦ green 197 ◦ blue 22

#48C516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #48C516

Tints of Kelly Green #48C516

RGB

 RED value IS 72 (28.52% from 255) = 24.74%

 GREEN value IS 197 (77.34% from 255) = 67.7%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 24.74%
G = 67.7%
B = 7.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#48C516 (or 0x48C516) is known color: Kelly Green. HEX triplet: 48, C5 and 16. RGB value is (72,197,22). Sum of RGB (Red+Green+Blue) = 72+197+22=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #48C516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C516 is #B73AE9. Grayscale: #8C8C8C. Windows color (decimal): -12008170 or 1492296. OLE color: 1492296.

HSL color Cylindrical-coordinate representation of color #48C516: hue angle of 102.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48C516 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 22 -
CMYK 0.63 0 0.89 0.23
HSL 102.86º 0.8% 0.43% -
HSV(B) 102.86º 0.89% 0.77% -
XYZ 22.78 41.37 7.54 -
YUV 139.68 61.59 79.73 -
System Red Green Blue C M Y K H S L
Decimal 72 197 22 0.63 0 0.89 0.23 102.86 0.8 0.43
Hex 48 C5 16 3F 0 59 17 67 50 2B
Octal 110 305 26 77 0 131 27 147 120 53
Binary 1001000 11000101 10110 111111 0 1011001 10111 1100111 1010000 101011

Color Harmonies of #48C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C516

Black with #48C516

Text Example


Text Example

White with #48C516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,22); }

 H1.HeaderClassName
 {
   color: #48C516;
 }
 .AnyTagClassName
 {
   color: #48C516;
 }
</style>

background-color css

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

 a { background-color: rgb(72,197,22); }

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

border-color css

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

 span { border-color: rgb(72,197,22); }

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