Html Css Color HEX #49CA07 Kelly Green

📋 copy color: '#49CA07'

red 73 ◦ green 202 ◦ blue 7

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

Shades of Kelly Green #49CA07

Tints of Kelly Green #49CA07

RGB

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

 GREEN value IS 202 (79.3% from 255) = 71.63%

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 25.89%
G = 71.63%
B = 2.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#49CA07 (or 0x49CA07) is known color: Kelly Green. HEX triplet: 49, CA and 07. RGB value is (73,202,7). Sum of RGB (Red+Green+Blue) = 73+202+7=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CA07 is #B635F8. Grayscale: #8D8D8D. Windows color (decimal): -11941369 or 510537. OLE color: 510537.

HSL color Cylindrical-coordinate representation of color #49CA07: hue angle of 99.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49CA07 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 7 -
CMYK 0.64 0 0.97 0.21
HSL 99.69º 0.93% 0.41% -
HSV(B) 99.69º 0.97% 0.79% -
XYZ 23.91 43.67 7.37 -
YUV 141.2 52.26 79.36 -
System Red Green Blue C M Y K H S L
Decimal 73 202 7 0.64 0 0.97 0.21 99.69 0.93 0.41
Hex 49 CA 7 40 0 61 15 64 5D 29
Octal 111 312 7 100 0 141 25 144 135 51
Binary 1001001 11001010 111 1000000 0 1100001 10101 1100100 1011101 101001

Color Harmonies of #49CA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA07

Black with #49CA07

Text Example


Text Example

White with #49CA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,7); }

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

background-color css

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

 a { background-color: rgb(73,202,7); }

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

border-color css

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

 span { border-color: rgb(73,202,7); }

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