Html Css Color HEX #48C305 Kelly Green

📋 copy color: '#48C305'

red 72 ◦ green 195 ◦ blue 5

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

Shades of Kelly Green #48C305

Tints of Kelly Green #48C305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.69%

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 26.47%
G = 71.69%
B = 1.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#48C305 (or 0x48C305) is known color: Kelly Green. HEX triplet: 48, C3 and 05. RGB value is (72,195,5). Sum of RGB (Red+Green+Blue) = 72+195+5=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #48C305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C305 is #B73CFA. Grayscale: #898989. Windows color (decimal): -12008699 or 377672. OLE color: 377672.

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

Color convert

RGB 72 195 5 -
CMYK 0.63 0 0.97 0.24
HSL 98.84º 0.95% 0.39% -
HSV(B) 98.84º 0.97% 0.76% -
XYZ 22.21 40.42 6.77 -
YUV 136.56 53.75 81.95 -
System Red Green Blue C M Y K H S L
Decimal 72 195 5 0.63 0 0.97 0.24 98.84 0.95 0.39
Hex 48 C3 5 3F 0 61 18 63 5F 27
Octal 110 303 5 77 0 141 30 143 137 47
Binary 1001000 11000011 101 111111 0 1100001 11000 1100011 1011111 100111

Color Harmonies of #48C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C305

Black with #48C305

Text Example


Text Example

White with #48C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,5); }

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

background-color css

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

 a { background-color: rgb(72,195,5); }

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

border-color css

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

 span { border-color: rgb(72,195,5); }

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