Html Css Color HEX #49CB1B Kelly Green

📋 copy color: '#49CB1B'

red 73 ◦ green 203 ◦ blue 27

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

Shades of Kelly Green #49CB1B

Tints of Kelly Green #49CB1B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 67%

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 24.09%
G = 67%
B = 8.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#49CB1B (or 0x49CB1B) is known color: Kelly Green. HEX triplet: 49, CB and 1B. RGB value is (73,203,27). Sum of RGB (Red+Green+Blue) = 73+203+27=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB1B is #B634E4. Grayscale: #909090. Windows color (decimal): -11941093 or 1821513. OLE color: 1821513.

HSL color Cylindrical-coordinate representation of color #49CB1B: hue angle of 104.32º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49CB1B is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 203 27 -
CMYK 0.64 0 0.87 0.20
HSL 104.32º 0.77% 0.45% -
HSV(B) 104.32º 0.87% 0.8% -
XYZ 24.3 44.21 8.29 -
YUV 144.07 61.93 77.31 -
System Red Green Blue C M Y K H S L
Decimal 73 203 27 0.64 0 0.87 0.20 104.32 0.77 0.45
Hex 49 CB 1B 40 0 57 14 68 4D 2D
Octal 111 313 33 100 0 127 24 150 115 55
Binary 1001001 11001011 11011 1000000 0 1010111 10100 1101000 1001101 101101

Color Harmonies of #49CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB1B

Black with #49CB1B

Text Example


Text Example

White with #49CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,203,27); }

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

background-color css

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

 a { background-color: rgb(73,203,27); }

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

border-color css

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

 span { border-color: rgb(73,203,27); }

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