Html Css Color HEX #44C30D Kelly Green

📋 copy color: '#44C30D'

red 68 ◦ green 195 ◦ blue 13

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

Shades of Kelly Green #44C30D

Tints of Kelly Green #44C30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.65%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 24.64%
G = 70.65%
B = 4.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#44C30D (or 0x44C30D) is known color: Kelly Green. HEX triplet: 44, C3 and 0D. RGB value is (68,195,13). Sum of RGB (Red+Green+Blue) = 68+195+13=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #44C30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44C30D is #BB3CF2. Grayscale: #888888. Windows color (decimal): -12270835 or 901956. OLE color: 901956.

HSL color Cylindrical-coordinate representation of color #44C30D: hue angle of 101.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44C30D is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 195 13 -
CMYK 0.65 0 0.93 0.24
HSL 101.87º 0.88% 0.41% -
HSV(B) 101.87º 0.93% 0.76% -
XYZ 21.97 40.29 7 -
YUV 136.28 58.42 79.3 -
System Red Green Blue C M Y K H S L
Decimal 68 195 13 0.65 0 0.93 0.24 101.87 0.88 0.41
Hex 44 C3 D 41 0 5D 18 66 58 29
Octal 104 303 15 101 0 135 30 146 130 51
Binary 1000100 11000011 1101 1000001 0 1011101 11000 1100110 1011000 101001

Color Harmonies of #44C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C30D

Black with #44C30D

Text Example


Text Example

White with #44C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,195,13); }

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

background-color css

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

 a { background-color: rgb(68,195,13); }

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

border-color css

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

 span { border-color: rgb(68,195,13); }

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