Html Css Color HEX #40BA52 Fruit Salad

📋 copy color: '#40BA52'

red 64 ◦ green 186 ◦ blue 82

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

Shades of Fruit Salad #40BA52

Tints of Fruit Salad #40BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 19.28%
G = 56.02%
B = 24.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#40BA52 (or 0x40BA52) is known color: Fruit Salad. HEX triplet: 40, BA and 52. RGB value is (64,186,82). Sum of RGB (Red+Green+Blue) = 64+186+82=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA52 is #BF45AD. Grayscale: #898989. Windows color (decimal): -12535214 or 5421632. OLE color: 5421632.

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

Color convert

RGB 64 186 82 -
CMYK 0.66 0 0.56 0.27
HSL 128.85º 0.49% 0.49% -
HSV(B) 128.85º 0.66% 0.73% -
XYZ 21.2 36.82 13.97 -
YUV 137.67 96.58 75.46 -
System Red Green Blue C M Y K H S L
Decimal 64 186 82 0.66 0 0.56 0.27 128.85 0.49 0.49
Hex 40 BA 52 42 0 38 1B 81 31 31
Octal 100 272 122 102 0 70 33 201 61 61
Binary 1000000 10111010 1010010 1000010 0 111000 11011 10000001 110001 110001

Color Harmonies of #40BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA52

Black with #40BA52

Text Example


Text Example

White with #40BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,186,82); }

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

background-color css

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

 a { background-color: rgb(64,186,82); }

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

border-color css

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

 span { border-color: rgb(64,186,82); }

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