Html Css Color HEX #48D509 Kelly Green

📋 copy color: '#48D509'

red 72 ◦ green 213 ◦ blue 9

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

Shades of Kelly Green #48D509

Tints of Kelly Green #48D509

RGB

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

 GREEN value IS 213 (83.59% from 255) = 72.45%

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 24.49%
G = 72.45%
B = 3.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#48D509 (or 0x48D509) is known color: Kelly Green. HEX triplet: 48, D5 and 09. RGB value is (72,213,9). Sum of RGB (Red+Green+Blue) = 72+213+9=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #48D509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D509 is #B72AF6. Grayscale: #949494. Windows color (decimal): -12004087 or 644424. OLE color: 644424.

HSL color Cylindrical-coordinate representation of color #48D509: hue angle of 101.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48D509 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 9 -
CMYK 0.66 0 0.96 0.16
HSL 101.47º 0.92% 0.44% -
HSV(B) 101.47º 0.96% 0.84% -
XYZ 26.52 48.99 8.32 -
YUV 147.59 49.79 74.09 -
System Red Green Blue C M Y K H S L
Decimal 72 213 9 0.66 0 0.96 0.16 101.47 0.92 0.44
Hex 48 D5 9 42 0 60 10 65 5C 2C
Octal 110 325 11 102 0 140 20 145 134 54
Binary 1001000 11010101 1001 1000010 0 1100000 10000 1100101 1011100 101100

Color Harmonies of #48D509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D509

Black with #48D509

Text Example


Text Example

White with #48D509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,9); }

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

background-color css

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

 a { background-color: rgb(72,213,9); }

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

border-color css

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

 span { border-color: rgb(72,213,9); }

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