Html Css Color HEX #40BC54 Fruit Salad

📋 copy color: '#40BC54'

red 64 ◦ green 188 ◦ blue 84

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

Shades of Fruit Salad #40BC54

Tints of Fruit Salad #40BC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25%

R = 19.05%
G = 55.95%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#40BC54 (or 0x40BC54) is known color: Fruit Salad. HEX triplet: 40, BC and 54. RGB value is (64,188,84). Sum of RGB (Red+Green+Blue) = 64+188+84=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC54 is #BF43AB. Grayscale: #8B8B8B. Windows color (decimal): -12534700 or 5553216. OLE color: 5553216.

HSL color Cylindrical-coordinate representation of color #40BC54: hue angle of 129.68º 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 #40BC54 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 84 -
CMYK 0.66 0 0.55 0.26
HSL 129.68º 0.49% 0.49% -
HSV(B) 129.68º 0.66% 0.74% -
XYZ 21.7 37.7 14.52 -
YUV 139.07 96.92 74.46 -
System Red Green Blue C M Y K H S L
Decimal 64 188 84 0.66 0 0.55 0.26 129.68 0.49 0.49
Hex 40 BC 54 42 0 37 1A 82 31 31
Octal 100 274 124 102 0 67 32 202 61 61
Binary 1000000 10111100 1010100 1000010 0 110111 11010 10000010 110001 110001

Color Harmonies of #40BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC54

Black with #40BC54

Text Example


Text Example

White with #40BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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