Html Css Color HEX #40BC53 Fruit Salad

📋 copy color: '#40BC53'

red 64 ◦ green 188 ◦ blue 83

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

Shades of Fruit Salad #40BC53

Tints of Fruit Salad #40BC53

RGB

 RED value IS 64 (25.39% from 255) = 19.1%

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

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 19.1%
G = 56.12%
B = 24.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#40BC53 (or 0x40BC53) is known color: Fruit Salad. HEX triplet: 40, BC and 53. RGB value is (64,188,83). Sum of RGB (Red+Green+Blue) = 64+188+83=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC53 is #BF43AC. Grayscale: #8B8B8B. Windows color (decimal): -12534701 or 5487680. OLE color: 5487680.

HSL color Cylindrical-coordinate representation of color #40BC53: hue angle of 129.19º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC53 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 83 -
CMYK 0.66 0 0.56 0.26
HSL 129.19º 0.49% 0.49% -
HSV(B) 129.19º 0.66% 0.74% -
XYZ 21.66 37.68 14.32 -
YUV 138.95 96.42 74.54 -
System Red Green Blue C M Y K H S L
Decimal 64 188 83 0.66 0 0.56 0.26 129.19 0.49 0.49
Hex 40 BC 53 42 0 38 1A 81 31 31
Octal 100 274 123 102 0 70 32 201 61 61
Binary 1000000 10111100 1010011 1000010 0 111000 11010 10000001 110001 110001

Color Harmonies of #40BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC53

Black with #40BC53

Text Example


Text Example

White with #40BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BC53; }

 p { color: rgb(64,188,83); }

 H1.HeaderClassName
 {
   color: #40BC53;
 }
 .AnyTagClassName
 {
   color: #40BC53;
 }
</style>

background-color css

<style>
 a { background-color: #40BC53; }

 a { background-color: rgb(64,188,83); }

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

border-color css

<style>
 span { border-color: #40BC53; }

 span { border-color: rgb(64,188,83); }

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