Html Css Color HEX #48C121 Kelly Green

📋 copy color: '#48C121'

red 72 ◦ green 193 ◦ blue 33

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

Shades of Kelly Green #48C121

Tints of Kelly Green #48C121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 24.16%
G = 64.77%
B = 11.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#48C121 (or 0x48C121) is known color: Kelly Green. HEX triplet: 48, C1 and 21. RGB value is (72,193,33). Sum of RGB (Red+Green+Blue) = 72+193+33=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #48C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C121 is #B73EDE. Grayscale: #8B8B8B. Windows color (decimal): -12009183 or 2212168. OLE color: 2212168.

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

Color convert

RGB 72 193 33 -
CMYK 0.63 0 0.83 0.24
HSL 105.38º 0.71% 0.44% -
HSV(B) 105.38º 0.83% 0.76% -
XYZ 22.02 39.63 7.93 -
YUV 138.58 68.41 80.51 -
System Red Green Blue C M Y K H S L
Decimal 72 193 33 0.63 0 0.83 0.24 105.38 0.71 0.44
Hex 48 C1 21 3F 0 53 18 69 47 2C
Octal 110 301 41 77 0 123 30 151 107 54
Binary 1001000 11000001 100001 111111 0 1010011 11000 1101001 1000111 101100

Color Harmonies of #48C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C121

Black with #48C121

Text Example


Text Example

White with #48C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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