Html Css Color HEX #48C10B Kelly Green

📋 copy color: '#48C10B'

red 72 ◦ green 193 ◦ blue 11

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

Shades of Kelly Green #48C10B

Tints of Kelly Green #48C10B

RGB

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

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

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

R = 26.09%
G = 69.93%
B = 3.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#48C10B (or 0x48C10B) is known color: Kelly Green. HEX triplet: 48, C1 and 0B. RGB value is (72,193,11). Sum of RGB (Red+Green+Blue) = 72+193+11=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #48C10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C10B is #B73EF4. Grayscale: #888888. Windows color (decimal): -12009205 or 770376. OLE color: 770376.

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

Color convert

RGB 72 193 11 -
CMYK 0.63 0 0.94 0.24
HSL 99.89º 0.89% 0.4% -
HSV(B) 99.89º 0.94% 0.76% -
XYZ 21.8 39.54 6.8 -
YUV 136.07 57.41 82.3 -
System Red Green Blue C M Y K H S L
Decimal 72 193 11 0.63 0 0.94 0.24 99.89 0.89 0.4
Hex 48 C1 B 3F 0 5E 18 64 59 28
Octal 110 301 13 77 0 136 30 144 131 50
Binary 1001000 11000001 1011 111111 0 1011110 11000 1100100 1011001 101000

Color Harmonies of #48C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C10B

Black with #48C10B

Text Example


Text Example

White with #48C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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