Html Css Color HEX #44BC4B Fruit Salad

📋 copy color: '#44BC4B'

red 68 ◦ green 188 ◦ blue 75

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

Shades of Fruit Salad #44BC4B

Tints of Fruit Salad #44BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.8%

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

R = 20.54%
G = 56.8%
B = 22.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#44BC4B (or 0x44BC4B) is known color: Fruit Salad. HEX triplet: 44, BC and 4B. RGB value is (68,188,75). Sum of RGB (Red+Green+Blue) = 68+188+75=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC4B is #BB43B4. Grayscale: #8B8B8B. Windows color (decimal): -12272565 or 4963396. OLE color: 4963396.

HSL color Cylindrical-coordinate representation of color #44BC4B: hue angle of 123.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BC4B is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 188 75 -
CMYK 0.64 0 0.60 0.26
HSL 123.5º 0.47% 0.5% -
HSV(B) 123.5º 0.64% 0.74% -
XYZ 21.64 37.7 12.79 -
YUV 139.24 91.74 77.19 -
System Red Green Blue C M Y K H S L
Decimal 68 188 75 0.64 0 0.60 0.26 123.5 0.47 0.5
Hex 44 BC 4B 40 0 3C 1A 7C 2F 32
Octal 104 274 113 100 0 74 32 174 57 62
Binary 1000100 10111100 1001011 1000000 0 111100 11010 1111100 101111 110010

Color Harmonies of #44BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BC4B

Black with #44BC4B

Text Example


Text Example

White with #44BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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