Html Css Color HEX #48DE0F Kelly Green

📋 copy color: '#48DE0F'

red 72 ◦ green 222 ◦ blue 15

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

Shades of Kelly Green #48DE0F

Tints of Kelly Green #48DE0F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.84%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 23.3%
G = 71.84%
B = 4.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#48DE0F (or 0x48DE0F) is known color: Kelly Green. HEX triplet: 48, DE and 0F. RGB value is (72,222,15). Sum of RGB (Red+Green+Blue) = 72+222+15=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 222 (87.11% from 255 or 71.84% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DE0F is #B721F0. Grayscale: #9A9A9A. Windows color (decimal): -12001777 or 1039944. OLE color: 1039944.

HSL color Cylindrical-coordinate representation of color #48DE0F: hue angle of 103.48º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48DE0F is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 15 -
CMYK 0.68 0 0.93 0.13
HSL 103.48º 0.87% 0.46% -
HSV(B) 103.48º 0.93% 0.87% -
XYZ 28.88 53.65 9.29 -
YUV 153.55 49.81 69.83 -
System Red Green Blue C M Y K H S L
Decimal 72 222 15 0.68 0 0.93 0.13 103.48 0.87 0.46
Hex 48 DE F 44 0 5D D 67 57 2E
Octal 110 336 17 104 0 135 15 147 127 56
Binary 1001000 11011110 1111 1000100 0 1011101 1101 1100111 1010111 101110

Color Harmonies of #48DE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DE0F

Black with #48DE0F

Text Example


Text Example

White with #48DE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,15); }

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

background-color css

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

 a { background-color: rgb(72,222,15); }

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

border-color css

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

 span { border-color: rgb(72,222,15); }

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