Html Css Color HEX #48C22A Kelly Green

📋 copy color: '#48C22A'

red 72 ◦ green 194 ◦ blue 42

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

Shades of Kelly Green #48C22A

Tints of Kelly Green #48C22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.99%

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

R = 23.38%
G = 62.99%
B = 13.64%

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

#48C22A (or 0x48C22A) is known color: Kelly Green. HEX triplet: 48, C2 and 2A. RGB value is (72,194,42). Sum of RGB (Red+Green+Blue) = 72+194+42=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #48C22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C22A is #B73DD5. Grayscale: #8C8C8C. Windows color (decimal): -12008918 or 2802248. OLE color: 2802248.

HSL color Cylindrical-coordinate representation of color #48C22A: hue angle of 108.16º 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 #48C22A is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 42 -
CMYK 0.63 0 0.78 0.24
HSL 108.16º 0.64% 0.46% -
HSV(B) 108.16º 0.78% 0.76% -
XYZ 22.38 40.13 8.76 -
YUV 140.19 72.58 79.36 -
System Red Green Blue C M Y K H S L
Decimal 72 194 42 0.63 0 0.78 0.24 108.16 0.64 0.46
Hex 48 C2 2A 3F 0 4E 18 6C 40 2E
Octal 110 302 52 77 0 116 30 154 100 56
Binary 1001000 11000010 101010 111111 0 1001110 11000 1101100 1000000 101110

Color Harmonies of #48C22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C22A

Black with #48C22A

Text Example


Text Example

White with #48C22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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