Html Css Color HEX #48B712 Kelly Green

📋 copy color: '#48B712'

red 72 ◦ green 183 ◦ blue 18

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

Shades of Kelly Green #48B712

Tints of Kelly Green #48B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 67.03%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 26.37%
G = 67.03%
B = 6.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#48B712 (or 0x48B712) is known color: Kelly Green. HEX triplet: 48, B7 and 12. RGB value is (72,183,18). Sum of RGB (Red+Green+Blue) = 72+183+18=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #48B712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B712 is #B748ED. Grayscale: #838383. Windows color (decimal): -12011758 or 1226568. OLE color: 1226568.

HSL color Cylindrical-coordinate representation of color #48B712: hue angle of 100.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48B712 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 183 18 -
CMYK 0.61 0 0.90 0.28
HSL 100.36º 0.82% 0.39% -
HSV(B) 100.36º 0.9% 0.72% -
XYZ 19.72 35.29 6.34 -
YUV 131 64.23 85.92 -
System Red Green Blue C M Y K H S L
Decimal 72 183 18 0.61 0 0.90 0.28 100.36 0.82 0.39
Hex 48 B7 12 3D 0 5A 1C 64 52 27
Octal 110 267 22 75 0 132 34 144 122 47
Binary 1001000 10110111 10010 111101 0 1011010 11100 1100100 1010010 100111

Color Harmonies of #48B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B712

Black with #48B712

Text Example


Text Example

White with #48B712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,183,18); }

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

background-color css

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

 a { background-color: rgb(72,183,18); }

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

border-color css

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

 span { border-color: rgb(72,183,18); }

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