#44CA1F

Color #44CA1F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #44CA1F

Tints of Kelly Green #44CA1F

Color information

#44CA1F (or 0x44CA1F) is unknown color: approx Kelly Green. HEX triplet: 44, CA and 1F. RGB value is (68,202,31). Sum of RGB (Red+Green+Blue) = 68+202+31=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA1F is #BB35E0. Grayscale: #8E8E8E. Windows color (decimal): -12269025 or 2083396. OLE color: 2083396.

HSL color Cylindrical-coordinate representation of color #44CA1F: hue angle of 107.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44CA1F is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB6820231-
CMYK0.6600.850.21
HSL107.02º73.39%45.69%-
HSV(B)107.02º84.65%79.22%-
XYZ23.7543.578.45-
YUV142.4465.1174.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 202 (79.30% from 255) = 67.11%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=22.59%
G=67.11%
B=10.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68202310.6600.850.21107.0273.3945.69
Hex44CA1F42055156b492e
Octal1043123710201252515311156
Binary100010011001010111111000010010101011010111010111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,31); }

 H1.HeaderClassName
 {
   color: #44CA1F;
 }
 .AnyTagClassName
 {
   color: #44CA1F;
 }
</style>
background-color css

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

 a { background-color: rgb(68,202,31); }

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

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

 span { border-color: rgb(68,202,31); }

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