Html Css Color HEX #48C013 Kelly Green

📋 copy color: '#48C013'

red 72 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #48C013

Tints of Kelly Green #48C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.84%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 25.44%
G = 67.84%
B = 6.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#48C013 (or 0x48C013) is known color: Kelly Green. HEX triplet: 48, C0 and 13. RGB value is (72,192,19). Sum of RGB (Red+Green+Blue) = 72+192+19=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #48C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C013 is #B73FEC. Grayscale: #888888. Windows color (decimal): -12009453 or 1294408. OLE color: 1294408.

HSL color Cylindrical-coordinate representation of color #48C013: hue angle of 101.62º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48C013 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 19 -
CMYK 0.63 0 0.90 0.25
HSL 101.62º 0.82% 0.41% -
HSV(B) 101.62º 0.9% 0.75% -
XYZ 21.64 39.12 7.03 -
YUV 136.4 61.74 82.07 -
System Red Green Blue C M Y K H S L
Decimal 72 192 19 0.63 0 0.90 0.25 101.62 0.82 0.41
Hex 48 C0 13 3F 0 5A 19 66 52 29
Octal 110 300 23 77 0 132 31 146 122 51
Binary 1001000 11000000 10011 111111 0 1011010 11001 1100110 1010010 101001

Color Harmonies of #48C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C013

Black with #48C013

Text Example


Text Example

White with #48C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,19); }

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

background-color css

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

 a { background-color: rgb(72,192,19); }

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

border-color css

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

 span { border-color: rgb(72,192,19); }

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