Html Css Color HEX #48C12A Kelly Green

📋 copy color: '#48C12A'

red 72 ◦ green 193 ◦ blue 42

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

Shades of Kelly Green #48C12A

Tints of Kelly Green #48C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.87%

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 23.45%
G = 62.87%
B = 13.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#48C12A (or 0x48C12A) is known color: Kelly Green. HEX triplet: 48, C1 and 2A. RGB value is (72,193,42). Sum of RGB (Red+Green+Blue) = 72+193+42=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #48C12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C12A is #B73ED5. Grayscale: #8C8C8C. Windows color (decimal): -12009174 or 2801992. OLE color: 2801992.

HSL color Cylindrical-coordinate representation of color #48C12A: hue angle of 108.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48C12A is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 193 42 -
CMYK 0.63 0 0.78 0.24
HSL 108.08º 0.64% 0.46% -
HSV(B) 108.08º 0.78% 0.76% -
XYZ 22.16 39.68 8.68 -
YUV 139.61 72.91 79.78 -
System Red Green Blue C M Y K H S L
Decimal 72 193 42 0.63 0 0.78 0.24 108.08 0.64 0.46
Hex 48 C1 2A 3F 0 4E 18 6C 40 2E
Octal 110 301 52 77 0 116 30 154 100 56
Binary 1001000 11000001 101010 111111 0 1001110 11000 1101100 1000000 101110

Color Harmonies of #48C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C12A

Black with #48C12A

Text Example


Text Example

White with #48C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,193,42); }

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

background-color css

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

 a { background-color: rgb(72,193,42); }

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

border-color css

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

 span { border-color: rgb(72,193,42); }

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