Html Css Color HEX #44DA0D Kelly Green

📋 copy color: '#44DA0D'

red 68 ◦ green 218 ◦ blue 13

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

Shades of Kelly Green #44DA0D

Tints of Kelly Green #44DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.91%

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

R = 22.74%
G = 72.91%
B = 4.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#44DA0D (or 0x44DA0D) is known color: Kelly Green. HEX triplet: 44, DA and 0D. RGB value is (68,218,13). Sum of RGB (Red+Green+Blue) = 68+218+13=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DA0D is #BB25F2. Grayscale: #969696. Windows color (decimal): -12264947 or 907844. OLE color: 907844.

HSL color Cylindrical-coordinate representation of color #44DA0D: hue angle of 103.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44DA0D is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 218 13 -
CMYK 0.69 0 0.94 0.15
HSL 103.9º 0.89% 0.45% -
HSV(B) 103.9º 0.94% 0.85% -
XYZ 27.53 51.4 8.85 -
YUV 149.78 50.81 69.67 -
System Red Green Blue C M Y K H S L
Decimal 68 218 13 0.69 0 0.94 0.15 103.9 0.89 0.45
Hex 44 DA D 45 0 5E F 68 59 2D
Octal 104 332 15 105 0 136 17 150 131 55
Binary 1000100 11011010 1101 1000101 0 1011110 1111 1101000 1011001 101101

Color Harmonies of #44DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DA0D

Black with #44DA0D

Text Example


Text Example

White with #44DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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