Html Css Color HEX #48C80D Kelly Green

📋 copy color: '#48C80D'

red 72 ◦ green 200 ◦ blue 13

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

Shades of Kelly Green #48C80D

Tints of Kelly Green #48C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 70.18%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 25.26%
G = 70.18%
B = 4.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#48C80D (or 0x48C80D) is known color: Kelly Green. HEX triplet: 48, C8 and 0D. RGB value is (72,200,13). Sum of RGB (Red+Green+Blue) = 72+200+13=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #48C80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C80D is #B737F2. Grayscale: #8D8D8D. Windows color (decimal): -12007411 or 903240. OLE color: 903240.

HSL color Cylindrical-coordinate representation of color #48C80D: hue angle of 101.07º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48C80D is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 13 -
CMYK 0.64 0 0.94 0.22
HSL 101.07º 0.88% 0.42% -
HSV(B) 101.07º 0.94% 0.78% -
XYZ 23.4 42.72 7.39 -
YUV 140.41 56.09 79.21 -
System Red Green Blue C M Y K H S L
Decimal 72 200 13 0.64 0 0.94 0.22 101.07 0.88 0.42
Hex 48 C8 D 40 0 5E 16 65 58 2A
Octal 110 310 15 100 0 136 26 145 130 52
Binary 1001000 11001000 1101 1000000 0 1011110 10110 1100101 1011000 101010

Color Harmonies of #48C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C80D

Black with #48C80D

Text Example


Text Example

White with #48C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,200,13); }

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

background-color css

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

 a { background-color: rgb(72,200,13); }

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

border-color css

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

 span { border-color: rgb(72,200,13); }

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