Html Css Color HEX #49CF28 Kelly Green

📋 copy color: '#49CF28'

red 73 ◦ green 207 ◦ blue 40

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

Shades of Kelly Green #49CF28

Tints of Kelly Green #49CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.69%

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 22.81%
G = 64.69%
B = 12.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#49CF28 (or 0x49CF28) is known color: Kelly Green. HEX triplet: 49, CF and 28. RGB value is (73,207,40). Sum of RGB (Red+Green+Blue) = 73+207+40=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF28 is #B630D7. Grayscale: #949494. Windows color (decimal): -11940056 or 2674505. OLE color: 2674505.

HSL color Cylindrical-coordinate representation of color #49CF28: hue angle of 108.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49CF28 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 40 -
CMYK 0.65 0 0.81 0.19
HSL 108.14º 0.68% 0.48% -
HSV(B) 108.14º 0.81% 0.81% -
XYZ 25.44 46.2 9.58 -
YUV 147.9 67.11 74.58 -
System Red Green Blue C M Y K H S L
Decimal 73 207 40 0.65 0 0.81 0.19 108.14 0.68 0.48
Hex 49 CF 28 41 0 51 13 6C 44 30
Octal 111 317 50 101 0 121 23 154 104 60
Binary 1001001 11001111 101000 1000001 0 1010001 10011 1101100 1000100 110000

Color Harmonies of #49CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF28

Black with #49CF28

Text Example


Text Example

White with #49CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,40); }

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

background-color css

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

 a { background-color: rgb(73,207,40); }

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

border-color css

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

 span { border-color: rgb(73,207,40); }

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