Html Css Color HEX #44C01F Kelly Green

📋 copy color: '#44C01F'

red 68 ◦ green 192 ◦ blue 31

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

Shades of Kelly Green #44C01F

Tints of Kelly Green #44C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.98%

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 23.37%
G = 65.98%
B = 10.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#44C01F (or 0x44C01F) is known color: Kelly Green. HEX triplet: 44, C0 and 1F. RGB value is (68,192,31). Sum of RGB (Red+Green+Blue) = 68+192+31=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #44C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C01F is #BB3FE0. Grayscale: #898989. Windows color (decimal): -12271585 or 2080836. OLE color: 2080836.

HSL color Cylindrical-coordinate representation of color #44C01F: hue angle of 106.21º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44C01F is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 192 31 -
CMYK 0.65 0 0.84 0.25
HSL 106.21º 0.72% 0.44% -
HSV(B) 106.21º 0.84% 0.75% -
XYZ 21.48 39.03 7.7 -
YUV 136.57 68.42 79.09 -
System Red Green Blue C M Y K H S L
Decimal 68 192 31 0.65 0 0.84 0.25 106.21 0.72 0.44
Hex 44 C0 1F 41 0 54 19 6A 48 2C
Octal 104 300 37 101 0 124 31 152 110 54
Binary 1000100 11000000 11111 1000001 0 1010100 11001 1101010 1001000 101100

Color Harmonies of #44C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C01F

Black with #44C01F

Text Example


Text Example

White with #44C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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