Html Css Color HEX #48C418 Kelly Green

📋 copy color: '#48C418'

red 72 ◦ green 196 ◦ blue 24

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

Shades of Kelly Green #48C418

Tints of Kelly Green #48C418

RGB

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

 GREEN value IS 196 (76.95% from 255) = 67.12%

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 24.66%
G = 67.12%
B = 8.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#48C418 (or 0x48C418) is known color: Kelly Green. HEX triplet: 48, C4 and 18. RGB value is (72,196,24). Sum of RGB (Red+Green+Blue) = 72+196+24=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #48C418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C418 is #B73BE7. Grayscale: #8B8B8B. Windows color (decimal): -12008424 or 1623112. OLE color: 1623112.

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

Color convert

RGB 72 196 24 -
CMYK 0.63 0 0.88 0.23
HSL 103.26º 0.78% 0.43% -
HSV(B) 103.26º 0.88% 0.77% -
XYZ 22.58 40.92 7.57 -
YUV 139.32 62.92 79.99 -
System Red Green Blue C M Y K H S L
Decimal 72 196 24 0.63 0 0.88 0.23 103.26 0.78 0.43
Hex 48 C4 18 3F 0 58 17 67 4E 2B
Octal 110 304 30 77 0 130 27 147 116 53
Binary 1001000 11000100 11000 111111 0 1011000 10111 1100111 1001110 101011

Color Harmonies of #48C418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C418

Black with #48C418

Text Example


Text Example

White with #48C418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,196,24); }

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

background-color css

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

 a { background-color: rgb(72,196,24); }

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

border-color css

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

 span { border-color: rgb(72,196,24); }

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