Html Css Color HEX #44CC14 Kelly Green

📋 copy color: '#44CC14'

red 68 ◦ green 204 ◦ blue 20

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

Shades of Kelly Green #44CC14

Tints of Kelly Green #44CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.86%

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

R = 23.29%
G = 69.86%
B = 6.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#44CC14 (or 0x44CC14) is known color: Kelly Green. HEX triplet: 44, CC and 14. RGB value is (68,204,20). Sum of RGB (Red+Green+Blue) = 68+204+20=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44CC14 is #BB33EB. Grayscale: #8E8E8E. Windows color (decimal): -12268524 or 1363012. OLE color: 1363012.

HSL color Cylindrical-coordinate representation of color #44CC14: hue angle of 104.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44CC14 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 204 20 -
CMYK 0.67 0 0.90 0.2
HSL 104.35º 0.82% 0.44% -
HSV(B) 104.35º 0.9% 0.8% -
XYZ 24.1 44.47 7.97 -
YUV 142.36 58.94 74.96 -
System Red Green Blue C M Y K H S L
Decimal 68 204 20 0.67 0 0.90 0.2 104.35 0.82 0.44
Hex 44 CC 14 43 0 5A 14 68 52 2C
Octal 104 314 24 103 0 132 24 150 122 54
Binary 1000100 11001100 10100 1000011 0 1011010 10100 1101000 1010010 101100

Color Harmonies of #44CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CC14

Black with #44CC14

Text Example


Text Example

White with #44CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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