Html Css Color HEX #48B514 Kelly Green

📋 copy color: '#48B514'

red 72 ◦ green 181 ◦ blue 20

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

Shades of Kelly Green #48B514

Tints of Kelly Green #48B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 66.3%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 26.37%
G = 66.3%
B = 7.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#48B514 (or 0x48B514) is known color: Kelly Green. HEX triplet: 48, B5 and 14. RGB value is (72,181,20). Sum of RGB (Red+Green+Blue) = 72+181+20=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #48B514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B514 is #B74AEB. Grayscale: #828282. Windows color (decimal): -12012268 or 1357128. OLE color: 1357128.

HSL color Cylindrical-coordinate representation of color #48B514: hue angle of 100.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48B514 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 20 -
CMYK 0.60 0 0.89 0.29
HSL 100.62º 0.8% 0.39% -
HSV(B) 100.62º 0.89% 0.71% -
XYZ 19.32 34.48 6.3 -
YUV 130.06 65.89 86.59 -
System Red Green Blue C M Y K H S L
Decimal 72 181 20 0.60 0 0.89 0.29 100.62 0.8 0.39
Hex 48 B5 14 3C 0 59 1D 65 50 27
Octal 110 265 24 74 0 131 35 145 120 47
Binary 1001000 10110101 10100 111100 0 1011001 11101 1100101 1010000 100111

Color Harmonies of #48B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B514

Black with #48B514

Text Example


Text Example

White with #48B514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,181,20); }

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

background-color css

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

 a { background-color: rgb(72,181,20); }

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

border-color css

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

 span { border-color: rgb(72,181,20); }

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