Html Css Color HEX #48C821 Kelly Green

📋 copy color: '#48C821'

red 72 ◦ green 200 ◦ blue 33

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

Shades of Kelly Green #48C821

Tints of Kelly Green #48C821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.82%

R = 23.61%
G = 65.57%
B = 10.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#48C821 (or 0x48C821) is known color: Kelly Green. HEX triplet: 48, C8 and 21. RGB value is (72,200,33). Sum of RGB (Red+Green+Blue) = 72+200+33=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #48C821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C821 is #B737DE. Grayscale: #8F8F8F. Windows color (decimal): -12007391 or 2213960. OLE color: 2213960.

HSL color Cylindrical-coordinate representation of color #48C821: hue angle of 105.99º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48C821 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 33 -
CMYK 0.64 0 0.84 0.22
HSL 105.99º 0.72% 0.46% -
HSV(B) 105.99º 0.84% 0.78% -
XYZ 23.6 42.8 8.46 -
YUV 142.69 66.09 77.58 -
System Red Green Blue C M Y K H S L
Decimal 72 200 33 0.64 0 0.84 0.22 105.99 0.72 0.46
Hex 48 C8 21 40 0 54 16 6A 48 2E
Octal 110 310 41 100 0 124 26 152 110 56
Binary 1001000 11001000 100001 1000000 0 1010100 10110 1101010 1001000 101110

Color Harmonies of #48C821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C821

Black with #48C821

Text Example


Text Example

White with #48C821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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