Html Css Color HEX #49CF0F Kelly Green

📋 copy color: '#49CF0F'

red 73 ◦ green 207 ◦ blue 15

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

Shades of Kelly Green #49CF0F

Tints of Kelly Green #49CF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 24.75%
G = 70.17%
B = 5.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#49CF0F (or 0x49CF0F) is known color: Kelly Green. HEX triplet: 49, CF and 0F. RGB value is (73,207,15). Sum of RGB (Red+Green+Blue) = 73+207+15=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF0F is #B630F0. Grayscale: #919191. Windows color (decimal): -11940081 or 1036105. OLE color: 1036105.

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

Color convert

RGB 73 207 15 -
CMYK 0.65 0 0.93 0.19
HSL 101.88º 0.86% 0.44% -
HSV(B) 101.88º 0.93% 0.81% -
XYZ 25.15 46.08 8.02 -
YUV 145.05 54.61 76.61 -
System Red Green Blue C M Y K H S L
Decimal 73 207 15 0.65 0 0.93 0.19 101.88 0.86 0.44
Hex 49 CF F 41 0 5D 13 66 56 2C
Octal 111 317 17 101 0 135 23 146 126 54
Binary 1001001 11001111 1111 1000001 0 1011101 10011 1100110 1010110 101100

Color Harmonies of #49CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF0F

Black with #49CF0F

Text Example


Text Example

White with #49CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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