Html Css Color HEX #44BC14 Kelly Green

📋 copy color: '#44BC14'

red 68 ◦ green 188 ◦ blue 20

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

Shades of Kelly Green #44BC14

Tints of Kelly Green #44BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.12%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 24.64%
G = 68.12%
B = 7.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#44BC14 (or 0x44BC14) is known color: Kelly Green. HEX triplet: 44, BC and 14. RGB value is (68,188,20). Sum of RGB (Red+Green+Blue) = 68+188+20=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BC14 is #BB43EB. Grayscale: #858585. Windows color (decimal): -12272620 or 1358916. OLE color: 1358916.

HSL color Cylindrical-coordinate representation of color #44BC14: hue angle of 102.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44BC14 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 188 20 -
CMYK 0.64 0 0.89 0.26
HSL 102.86º 0.81% 0.41% -
HSV(B) 102.86º 0.89% 0.74% -
XYZ 20.49 37.25 6.77 -
YUV 132.97 64.24 81.66 -
System Red Green Blue C M Y K H S L
Decimal 68 188 20 0.64 0 0.89 0.26 102.86 0.81 0.41
Hex 44 BC 14 40 0 59 1A 67 51 29
Octal 104 274 24 100 0 131 32 147 121 51
Binary 1000100 10111100 10100 1000000 0 1011001 11010 1100111 1010001 101001

Color Harmonies of #44BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BC14

Black with #44BC14

Text Example


Text Example

White with #44BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,188,20); }

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

background-color css

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

 a { background-color: rgb(68,188,20); }

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

border-color css

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

 span { border-color: rgb(68,188,20); }

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