Html Css Color HEX #48D609 Kelly Green

📋 copy color: '#48D609'

red 72 ◦ green 214 ◦ blue 9

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

Shades of Kelly Green #48D609

Tints of Kelly Green #48D609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.54%

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

R = 24.41%
G = 72.54%
B = 3.05%

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

#48D609 (or 0x48D609) is known color: Kelly Green. HEX triplet: 48, D6 and 09. RGB value is (72,214,9). Sum of RGB (Red+Green+Blue) = 72+214+9=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #48D609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D609 is #B729F6. Grayscale: #949494. Windows color (decimal): -12003831 or 644680. OLE color: 644680.

HSL color Cylindrical-coordinate representation of color #48D609: hue angle of 101.56º 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 #48D609 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 9 -
CMYK 0.66 0 0.96 0.16
HSL 101.56º 0.92% 0.44% -
HSV(B) 101.56º 0.96% 0.84% -
XYZ 26.77 49.49 8.4 -
YUV 148.17 49.46 73.67 -
System Red Green Blue C M Y K H S L
Decimal 72 214 9 0.66 0 0.96 0.16 101.56 0.92 0.44
Hex 48 D6 9 42 0 60 10 66 5C 2C
Octal 110 326 11 102 0 140 20 146 134 54
Binary 1001000 11010110 1001 1000010 0 1100000 10000 1100110 1011100 101100

Color Harmonies of #48D609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D609

Black with #48D609

Text Example


Text Example

White with #48D609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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