Html Css Color HEX #44C14B Fruit Salad

📋 copy color: '#44C14B'

red 68 ◦ green 193 ◦ blue 75

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

Shades of Fruit Salad #44C14B

Tints of Fruit Salad #44C14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.44%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 20.24%
G = 57.44%
B = 22.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#44C14B (or 0x44C14B) is known color: Fruit Salad. HEX triplet: 44, C1 and 4B. RGB value is (68,193,75). Sum of RGB (Red+Green+Blue) = 68+193+75=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #44C14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C14B is #BB3EB4. Grayscale: #8E8E8E. Windows color (decimal): -12271285 or 4964676. OLE color: 4964676.

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

Color convert

RGB 68 193 75 -
CMYK 0.65 0 0.61 0.24
HSL 123.36º 0.5% 0.51% -
HSV(B) 123.36º 0.65% 0.76% -
XYZ 22.72 39.88 13.16 -
YUV 142.17 90.09 75.09 -
System Red Green Blue C M Y K H S L
Decimal 68 193 75 0.65 0 0.61 0.24 123.36 0.5 0.51
Hex 44 C1 4B 41 0 3D 18 7B 32 33
Octal 104 301 113 101 0 75 30 173 62 63
Binary 1000100 11000001 1001011 1000001 0 111101 11000 1111011 110010 110011

Color Harmonies of #44C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C14B

Black with #44C14B

Text Example


Text Example

White with #44C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,193,75); }

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

background-color css

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

 a { background-color: rgb(68,193,75); }

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

border-color css

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

 span { border-color: rgb(68,193,75); }

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