Html Css Color HEX #49CA1D Kelly Green

📋 copy color: '#49CA1D'

red 73 ◦ green 202 ◦ blue 29

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

Shades of Kelly Green #49CA1D

Tints of Kelly Green #49CA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 24.01%
G = 66.45%
B = 9.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#49CA1D (or 0x49CA1D) is known color: Kelly Green. HEX triplet: 49, CA and 1D. RGB value is (73,202,29). Sum of RGB (Red+Green+Blue) = 73+202+29=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA1D is #B635E2. Grayscale: #909090. Windows color (decimal): -11941347 or 1952329. OLE color: 1952329.

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

Color convert

RGB 73 202 29 -
CMYK 0.64 0 0.86 0.21
HSL 104.74º 0.75% 0.45% -
HSV(B) 104.74º 0.86% 0.79% -
XYZ 24.09 43.75 8.34 -
YUV 143.71 63.26 77.57 -
System Red Green Blue C M Y K H S L
Decimal 73 202 29 0.64 0 0.86 0.21 104.74 0.75 0.45
Hex 49 CA 1D 40 0 56 15 69 4B 2D
Octal 111 312 35 100 0 126 25 151 113 55
Binary 1001001 11001010 11101 1000000 0 1010110 10101 1101001 1001011 101101

Color Harmonies of #49CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA1D

Black with #49CA1D

Text Example


Text Example

White with #49CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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