Html Css Color HEX #449D00 Kelly Green

📋 copy color: '#449D00'

red 68 ◦ green 157 ◦ blue 0

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

Shades of Kelly Green #449D00

Tints of Kelly Green #449D00

RGB

 RED value IS 68 (26.95% from 255) = 30.22%

 GREEN value IS 157 (61.72% from 255) = 69.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.22%
G = 69.78%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#449D00 (or 0x449D00) is known color: Kelly Green. HEX triplet: 44, 9D and 00. RGB value is (68,157,0). Sum of RGB (Red+Green+Blue) = 68+157+0=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #449D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449D00 is #BB62FF. Grayscale: #717171. Windows color (decimal): -12280576 or 40260. OLE color: 40260.

HSL color Cylindrical-coordinate representation of color #449D00: hue angle of 94.01º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #449D00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 0 -
CMYK 0.57 0 1 0.38
HSL 94.01º 1% 0.31% -
HSV(B) 94.01º 1% 0.62% -
XYZ 14.44 25.34 4.13 -
YUV 112.49 64.51 96.27 -
System Red Green Blue C M Y K H S L
Decimal 68 157 0 0.57 0 1 0.38 94.01 1 0.31
Hex 44 9D 0 39 0 64 26 5E 64 1F
Octal 104 235 0 71 0 144 46 136 144 37
Binary 1000100 10011101 0 111001 0 1100100 100110 1011110 1100100 11111

Color Harmonies of #449D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D00

Black with #449D00

Text Example


Text Example

White with #449D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449D00; }

 p { color: rgb(68,157,0); }

 H1.HeaderClassName
 {
   color: #449D00;
 }
 .AnyTagClassName
 {
   color: #449D00;
 }
</style>

background-color css

<style>
 a { background-color: #449D00; }

 a { background-color: rgb(68,157,0); }

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

border-color css

<style>
 span { border-color: #449D00; }

 span { border-color: rgb(68,157,0); }

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