Html Css Color HEX #44DE14 Kelly Green

📋 copy color: '#44DE14'

red 68 ◦ green 222 ◦ blue 20

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

Shades of Kelly Green #44DE14

Tints of Kelly Green #44DE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.61%

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

R = 21.94%
G = 71.61%
B = 6.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#44DE14 (or 0x44DE14) is known color: Kelly Green. HEX triplet: 44, DE and 14. RGB value is (68,222,20). Sum of RGB (Red+Green+Blue) = 68+222+20=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DE14 is #BB21EB. Grayscale: #999999. Windows color (decimal): -12263916 or 1367620. OLE color: 1367620.

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

Color convert

RGB 68 222 20 -
CMYK 0.69 0 0.91 0.13
HSL 105.74º 0.83% 0.47% -
HSV(B) 105.74º 0.91% 0.87% -
XYZ 28.63 53.52 9.48 -
YUV 152.93 52.98 67.43 -
System Red Green Blue C M Y K H S L
Decimal 68 222 20 0.69 0 0.91 0.13 105.74 0.83 0.47
Hex 44 DE 14 45 0 5B D 6A 53 2F
Octal 104 336 24 105 0 133 15 152 123 57
Binary 1000100 11011110 10100 1000101 0 1011011 1101 1101010 1010011 101111

Color Harmonies of #44DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DE14

Black with #44DE14

Text Example


Text Example

White with #44DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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