Html Css Color HEX #48D015 Kelly Green

📋 copy color: '#48D015'

red 72 ◦ green 208 ◦ blue 21

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

Shades of Kelly Green #48D015

Tints of Kelly Green #48D015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.1%

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 23.92%
G = 69.1%
B = 6.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#48D015 (or 0x48D015) is known color: Kelly Green. HEX triplet: 48, D0 and 15. RGB value is (72,208,21). Sum of RGB (Red+Green+Blue) = 72+208+21=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #48D015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D015 is #B72FEA. Grayscale: #929292. Windows color (decimal): -12005355 or 1429576. OLE color: 1429576.

HSL color Cylindrical-coordinate representation of color #48D015: hue angle of 103.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48D015 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 21 -
CMYK 0.65 0 0.90 0.18
HSL 103.64º 0.82% 0.45% -
HSV(B) 103.64º 0.9% 0.82% -
XYZ 25.36 46.54 8.36 -
YUV 146.02 57.44 75.21 -
System Red Green Blue C M Y K H S L
Decimal 72 208 21 0.65 0 0.90 0.18 103.64 0.82 0.45
Hex 48 D0 15 41 0 5A 12 68 52 2D
Octal 110 320 25 101 0 132 22 150 122 55
Binary 1001000 11010000 10101 1000001 0 1011010 10010 1101000 1010010 101101

Color Harmonies of #48D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D015

Black with #48D015

Text Example


Text Example

White with #48D015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,208,21); }

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

background-color css

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

 a { background-color: rgb(72,208,21); }

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

border-color css

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

 span { border-color: rgb(72,208,21); }

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