Html Css Color HEX #48C210 Kelly Green

📋 copy color: '#48C210'

red 72 ◦ green 194 ◦ blue 16

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

Shades of Kelly Green #48C210

Tints of Kelly Green #48C210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 25.53%
G = 68.79%
B = 5.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#48C210 (or 0x48C210) is known color: Kelly Green. HEX triplet: 48, C2 and 10. RGB value is (72,194,16). Sum of RGB (Red+Green+Blue) = 72+194+16=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #48C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C210 is #B73DEF. Grayscale: #898989. Windows color (decimal): -12008944 or 1098312. OLE color: 1098312.

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

Color convert

RGB 72 194 16 -
CMYK 0.63 0 0.92 0.24
HSL 101.12º 0.85% 0.41% -
HSV(B) 101.12º 0.92% 0.76% -
XYZ 22.06 40 7.05 -
YUV 137.23 59.58 81.47 -
System Red Green Blue C M Y K H S L
Decimal 72 194 16 0.63 0 0.92 0.24 101.12 0.85 0.41
Hex 48 C2 10 3F 0 5C 18 65 55 29
Octal 110 302 20 77 0 134 30 145 125 51
Binary 1001000 11000010 10000 111111 0 1011100 11000 1100101 1010101 101001

Color Harmonies of #48C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C210

Black with #48C210

Text Example


Text Example

White with #48C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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