Html Css Color HEX #48D310 Kelly Green

📋 copy color: '#48D310'

red 72 ◦ green 211 ◦ blue 16

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

Shades of Kelly Green #48D310

Tints of Kelly Green #48D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 70.57%

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

R = 24.08%
G = 70.57%
B = 5.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#48D310 (or 0x48D310) is known color: Kelly Green. HEX triplet: 48, D3 and 10. RGB value is (72,211,16). Sum of RGB (Red+Green+Blue) = 72+211+16=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #48D310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D310 is #B72CEF. Grayscale: #939393. Windows color (decimal): -12004592 or 1102664. OLE color: 1102664.

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

Color convert

RGB 72 211 16 -
CMYK 0.66 0 0.92 0.17
HSL 102.77º 0.86% 0.45% -
HSV(B) 102.77º 0.92% 0.83% -
XYZ 26.06 48 8.38 -
YUV 147.21 53.95 74.36 -
System Red Green Blue C M Y K H S L
Decimal 72 211 16 0.66 0 0.92 0.17 102.77 0.86 0.45
Hex 48 D3 10 42 0 5C 11 67 56 2D
Octal 110 323 20 102 0 134 21 147 126 55
Binary 1001000 11010011 10000 1000010 0 1011100 10001 1100111 1010110 101101

Color Harmonies of #48D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D310

Black with #48D310

Text Example


Text Example

White with #48D310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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