Html Css Color HEX #44D70B Kelly Green

📋 copy color: '#44D70B'

red 68 ◦ green 215 ◦ blue 11

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

Shades of Kelly Green #44D70B

Tints of Kelly Green #44D70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.13%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 23.13%
G = 73.13%
B = 3.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#44D70B (or 0x44D70B) is known color: Kelly Green. HEX triplet: 44, D7 and 0B. RGB value is (68,215,11). Sum of RGB (Red+Green+Blue) = 68+215+11=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #44D70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D70B is #BB28F4. Grayscale: #949494. Windows color (decimal): -12265717 or 776004. OLE color: 776004.

HSL color Cylindrical-coordinate representation of color #44D70B: hue angle of 103.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44D70B is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 215 11 -
CMYK 0.68 0 0.95 0.16
HSL 103.24º 0.9% 0.44% -
HSV(B) 103.24º 0.95% 0.84% -
XYZ 26.74 49.85 8.53 -
YUV 147.79 50.8 71.09 -
System Red Green Blue C M Y K H S L
Decimal 68 215 11 0.68 0 0.95 0.16 103.24 0.9 0.44
Hex 44 D7 B 44 0 5F 10 67 5A 2C
Octal 104 327 13 104 0 137 20 147 132 54
Binary 1000100 11010111 1011 1000100 0 1011111 10000 1100111 1011010 101100

Color Harmonies of #44D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D70B

Black with #44D70B

Text Example


Text Example

White with #44D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,215,11); }

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

background-color css

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

 a { background-color: rgb(68,215,11); }

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

border-color css

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

 span { border-color: rgb(68,215,11); }

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