Html Css Color HEX #48AD0B Kelly Green

📋 copy color: '#48AD0B'

red 72 ◦ green 173 ◦ blue 11

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

Shades of Kelly Green #48AD0B

Tints of Kelly Green #48AD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.58%

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

R = 28.13%
G = 67.58%
B = 4.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#48AD0B (or 0x48AD0B) is known color: Kelly Green. HEX triplet: 48, AD and 0B. RGB value is (72,173,11). Sum of RGB (Red+Green+Blue) = 72+173+11=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AD0B is #B752F4. Grayscale: #7C7C7C. Windows color (decimal): -12014325 or 765256. OLE color: 765256.

HSL color Cylindrical-coordinate representation of color #48AD0B: hue angle of 97.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48AD0B is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 11 -
CMYK 0.58 0 0.94 0.32
HSL 97.41º 0.88% 0.36% -
HSV(B) 97.41º 0.94% 0.68% -
XYZ 17.68 31.29 5.42 -
YUV 124.33 64.04 90.67 -
System Red Green Blue C M Y K H S L
Decimal 72 173 11 0.58 0 0.94 0.32 97.41 0.88 0.36
Hex 48 AD B 3A 0 5E 20 61 58 24
Octal 110 255 13 72 0 136 40 141 130 44
Binary 1001000 10101101 1011 111010 0 1011110 100000 1100001 1011000 100100

Color Harmonies of #48AD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD0B

Black with #48AD0B

Text Example


Text Example

White with #48AD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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