Html Css Color HEX #49C230 Kelly Green

📋 copy color: '#49C230'

red 73 ◦ green 194 ◦ blue 48

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

Shades of Kelly Green #49C230

Tints of Kelly Green #49C230

RGB

 RED value IS 73 (28.91% from 255) = 23.17%

 GREEN value IS 194 (76.17% from 255) = 61.59%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 23.17%
G = 61.59%
B = 15.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#49C230 (or 0x49C230) is known color: Kelly Green. HEX triplet: 49, C2 and 30. RGB value is (73,194,48). Sum of RGB (Red+Green+Blue) = 73+194+48=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #49C230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C230 is #B63DCF. Grayscale: #8D8D8D. Windows color (decimal): -11943376 or 3195465. OLE color: 3195465.

HSL color Cylindrical-coordinate representation of color #49C230: hue angle of 109.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49C230 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 48 -
CMYK 0.62 0 0.75 0.24
HSL 109.73º 0.6% 0.47% -
HSV(B) 109.73º 0.75% 0.76% -
XYZ 22.57 40.21 9.37 -
YUV 141.18 75.41 79.37 -
System Red Green Blue C M Y K H S L
Decimal 73 194 48 0.62 0 0.75 0.24 109.73 0.6 0.47
Hex 49 C2 30 3E 0 4B 18 6E 3C 2F
Octal 111 302 60 76 0 113 30 156 74 57
Binary 1001001 11000010 110000 111110 0 1001011 11000 1101110 111100 101111

Color Harmonies of #49C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C230

Black with #49C230

Text Example


Text Example

White with #49C230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C230; }

 p { color: rgb(73,194,48); }

 H1.HeaderClassName
 {
   color: #49C230;
 }
 .AnyTagClassName
 {
   color: #49C230;
 }
</style>

background-color css

<style>
 a { background-color: #49C230; }

 a { background-color: rgb(73,194,48); }

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

border-color css

<style>
 span { border-color: #49C230; }

 span { border-color: rgb(73,194,48); }

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