Html Css Color HEX #48BC32 Kelly Green

📋 copy color: '#48BC32'

red 72 ◦ green 188 ◦ blue 50

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

Shades of Kelly Green #48BC32

Tints of Kelly Green #48BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.65%

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 23.23%
G = 60.65%
B = 16.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#48BC32 (or 0x48BC32) is known color: Kelly Green. HEX triplet: 48, BC and 32. RGB value is (72,188,50). Sum of RGB (Red+Green+Blue) = 72+188+50=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC32 is #B743CD. Grayscale: #8A8A8A. Windows color (decimal): -12010446 or 3325000. OLE color: 3325000.

HSL color Cylindrical-coordinate representation of color #48BC32: hue angle of 110.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48BC32 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 50 -
CMYK 0.62 0 0.73 0.26
HSL 110.43º 0.58% 0.47% -
HSV(B) 110.43º 0.73% 0.74% -
XYZ 21.23 37.57 9.15 -
YUV 137.58 78.57 81.22 -
System Red Green Blue C M Y K H S L
Decimal 72 188 50 0.62 0 0.73 0.26 110.43 0.58 0.47
Hex 48 BC 32 3E 0 49 1A 6E 3A 2F
Octal 110 274 62 76 0 111 32 156 72 57
Binary 1001000 10111100 110010 111110 0 1001001 11010 1101110 111010 101111

Color Harmonies of #48BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC32

Black with #48BC32

Text Example


Text Example

White with #48BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,188,50); }

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

background-color css

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

 a { background-color: rgb(72,188,50); }

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

border-color css

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

 span { border-color: rgb(72,188,50); }

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