Html Css Color HEX #44DF14 Kelly Green

📋 copy color: '#44DF14'

red 68 ◦ green 223 ◦ blue 20

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

Shades of Kelly Green #44DF14

Tints of Kelly Green #44DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.7%

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

R = 21.86%
G = 71.7%
B = 6.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#44DF14 (or 0x44DF14) is known color: Kelly Green. HEX triplet: 44, DF and 14. RGB value is (68,223,20). Sum of RGB (Red+Green+Blue) = 68+223+20=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 223 (87.5% from 255 or 71.70% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DF14 is #BB20EB. Grayscale: #9A9A9A. Windows color (decimal): -12263660 or 1367876. OLE color: 1367876.

HSL color Cylindrical-coordinate representation of color #44DF14: hue angle of 105.81º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44DF14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 223 20 -
CMYK 0.70 0 0.91 0.13
HSL 105.81º 0.84% 0.48% -
HSV(B) 105.81º 0.91% 0.87% -
XYZ 28.9 54.05 9.57 -
YUV 153.51 52.65 67.01 -
System Red Green Blue C M Y K H S L
Decimal 68 223 20 0.70 0 0.91 0.13 105.81 0.84 0.48
Hex 44 DF 14 46 0 5B D 6A 54 30
Octal 104 337 24 106 0 133 15 152 124 60
Binary 1000100 11011111 10100 1000110 0 1011011 1101 1101010 1010100 110000

Color Harmonies of #44DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DF14

Black with #44DF14

Text Example


Text Example

White with #44DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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