Html Css Color HEX #48D110 Kelly Green

📋 copy color: '#48D110'

red 72 ◦ green 209 ◦ blue 16

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

Shades of Kelly Green #48D110

Tints of Kelly Green #48D110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.37%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 24.24%
G = 70.37%
B = 5.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#48D110 (or 0x48D110) is known color: Kelly Green. HEX triplet: 48, D1 and 10. RGB value is (72,209,16). Sum of RGB (Red+Green+Blue) = 72+209+16=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 209 (82.03% from 255 or 70.37% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 209 - color contains mainly: green. Hex color #48D110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D110 is #B72EEF. Grayscale: #929292. Windows color (decimal): -12005104 or 1102152. OLE color: 1102152.

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

Color convert

RGB 72 209 16 -
CMYK 0.66 0 0.92 0.18
HSL 102.59º 0.86% 0.44% -
HSV(B) 102.59º 0.92% 0.82% -
XYZ 25.57 47.02 8.22 -
YUV 146.04 54.61 75.19 -
System Red Green Blue C M Y K H S L
Decimal 72 209 16 0.66 0 0.92 0.18 102.59 0.86 0.44
Hex 48 D1 10 42 0 5C 12 67 56 2C
Octal 110 321 20 102 0 134 22 147 126 54
Binary 1001000 11010001 10000 1000010 0 1011100 10010 1100111 1010110 101100

Color Harmonies of #48D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D110

Black with #48D110

Text Example


Text Example

White with #48D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,209,16); }

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

background-color css

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

 a { background-color: rgb(72,209,16); }

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

border-color css

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

 span { border-color: rgb(72,209,16); }

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