Html Css Color HEX #44B40C Kelly Green

📋 copy color: '#44B40C'

red 68 ◦ green 180 ◦ blue 12

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

Shades of Kelly Green #44B40C

Tints of Kelly Green #44B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.23%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 26.15%
G = 69.23%
B = 4.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#44B40C (or 0x44B40C) is known color: Kelly Green. HEX triplet: 44, B4 and 0C. RGB value is (68,180,12). Sum of RGB (Red+Green+Blue) = 68+180+12=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 180 (70.70% from 255 or 69.23% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 180 - color contains mainly: green. Hex color #44B40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B40C is #BB4BF3. Grayscale: #7F7F7F. Windows color (decimal): -12274676 or 832580. OLE color: 832580.

HSL color Cylindrical-coordinate representation of color #44B40C: hue angle of 100º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44B40C is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 180 12 -
CMYK 0.62 0 0.93 0.29
HSL 100º 0.88% 0.38% -
HSV(B) 100º 0.93% 0.71% -
XYZ 18.77 33.9 5.9 -
YUV 127.36 62.89 85.66 -
System Red Green Blue C M Y K H S L
Decimal 68 180 12 0.62 0 0.93 0.29 100 0.88 0.38
Hex 44 B4 C 3E 0 5D 1D 64 58 26
Octal 104 264 14 76 0 135 35 144 130 46
Binary 1000100 10110100 1100 111110 0 1011101 11101 1100100 1011000 100110

Color Harmonies of #44B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B40C

Black with #44B40C

Text Example


Text Example

White with #44B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44B40C; }

 p { color: rgb(68,180,12); }

 H1.HeaderClassName
 {
   color: #44B40C;
 }
 .AnyTagClassName
 {
   color: #44B40C;
 }
</style>

background-color css

<style>
 a { background-color: #44B40C; }

 a { background-color: rgb(68,180,12); }

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

border-color css

<style>
 span { border-color: #44B40C; }

 span { border-color: rgb(68,180,12); }

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