Html Css Color HEX #44BA4B Fruit Salad

📋 copy color: '#44BA4B'

red 68 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #44BA4B

Tints of Fruit Salad #44BA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.53%

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

R = 20.67%
G = 56.53%
B = 22.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#44BA4B (or 0x44BA4B) is known color: Fruit Salad. HEX triplet: 44, BA and 4B. RGB value is (68,186,75). Sum of RGB (Red+Green+Blue) = 68+186+75=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA4B is #BB45B4. Grayscale: #8A8A8A. Windows color (decimal): -12273077 or 4962884. OLE color: 4962884.

HSL color Cylindrical-coordinate representation of color #44BA4B: hue angle of 123.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44BA4B is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 186 75 -
CMYK 0.63 0 0.60 0.27
HSL 123.56º 0.46% 0.5% -
HSV(B) 123.56º 0.63% 0.73% -
XYZ 21.21 36.85 12.65 -
YUV 138.06 92.41 78.03 -
System Red Green Blue C M Y K H S L
Decimal 68 186 75 0.63 0 0.60 0.27 123.56 0.46 0.5
Hex 44 BA 4B 3F 0 3C 1B 7C 2E 32
Octal 104 272 113 77 0 74 33 174 56 62
Binary 1000100 10111010 1001011 111111 0 111100 11011 1111100 101110 110010

Color Harmonies of #44BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BA4B

Black with #44BA4B

Text Example


Text Example

White with #44BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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