Html Css Color HEX #48BA2C Kelly Green

📋 copy color: '#48BA2C'

red 72 ◦ green 186 ◦ blue 44

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

Shades of Kelly Green #48BA2C

Tints of Kelly Green #48BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.59%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 23.84%
G = 61.59%
B = 14.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#48BA2C (or 0x48BA2C) is known color: Kelly Green. HEX triplet: 48, BA and 2C. RGB value is (72,186,44). Sum of RGB (Red+Green+Blue) = 72+186+44=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA2C is #B745D3. Grayscale: #888888. Windows color (decimal): -12010964 or 2931272. OLE color: 2931272.

HSL color Cylindrical-coordinate representation of color #48BA2C: hue angle of 108.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48BA2C is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 44 -
CMYK 0.61 0 0.76 0.27
HSL 108.17º 0.62% 0.45% -
HSV(B) 108.17º 0.76% 0.73% -
XYZ 20.69 36.68 8.37 -
YUV 135.73 76.23 82.55 -
System Red Green Blue C M Y K H S L
Decimal 72 186 44 0.61 0 0.76 0.27 108.17 0.62 0.45
Hex 48 BA 2C 3D 0 4C 1B 6C 3E 2D
Octal 110 272 54 75 0 114 33 154 76 55
Binary 1001000 10111010 101100 111101 0 1001100 11011 1101100 111110 101101

Color Harmonies of #48BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA2C

Black with #48BA2C

Text Example


Text Example

White with #48BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,44); }

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

background-color css

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

 a { background-color: rgb(72,186,44); }

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

border-color css

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

 span { border-color: rgb(72,186,44); }

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