Html Css Color HEX #48C80B Kelly Green

📋 copy color: '#48C80B'

red 72 ◦ green 200 ◦ blue 11

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

Shades of Kelly Green #48C80B

Tints of Kelly Green #48C80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 25.44%
G = 70.67%
B = 3.89%

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

#48C80B (or 0x48C80B) is known color: Kelly Green. HEX triplet: 48, C8 and 0B. RGB value is (72,200,11). Sum of RGB (Red+Green+Blue) = 72+200+11=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #48C80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C80B is #B737F4. Grayscale: #8C8C8C. Windows color (decimal): -12007413 or 772168. OLE color: 772168.

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

Color convert

RGB 72 200 11 -
CMYK 0.64 0 0.94 0.22
HSL 100.63º 0.9% 0.41% -
HSV(B) 100.63º 0.95% 0.78% -
XYZ 23.39 42.71 7.33 -
YUV 140.18 55.09 79.37 -
System Red Green Blue C M Y K H S L
Decimal 72 200 11 0.64 0 0.94 0.22 100.63 0.9 0.41
Hex 48 C8 B 40 0 5E 16 65 5A 29
Octal 110 310 13 100 0 136 26 145 132 51
Binary 1001000 11001000 1011 1000000 0 1011110 10110 1100101 1011010 101001

Color Harmonies of #48C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C80B

Black with #48C80B

Text Example


Text Example

White with #48C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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