Html Css Color HEX #40C454 Fruit Salad

📋 copy color: '#40C454'

red 64 ◦ green 196 ◦ blue 84

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

Shades of Fruit Salad #40C454

Tints of Fruit Salad #40C454

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.98%

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

R = 18.6%
G = 56.98%
B = 24.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#40C454 (or 0x40C454) is known color: Fruit Salad. HEX triplet: 40, C4 and 54. RGB value is (64,196,84). Sum of RGB (Red+Green+Blue) = 64+196+84=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #40C454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C454 is #BF3BAB. Grayscale: #909090. Windows color (decimal): -12532652 or 5555264. OLE color: 5555264.

HSL color Cylindrical-coordinate representation of color #40C454: hue angle of 129.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C454 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 196 84 -
CMYK 0.67 0 0.57 0.23
HSL 129.09º 0.53% 0.51% -
HSV(B) 129.09º 0.67% 0.77% -
XYZ 23.45 41.21 15.11 -
YUV 143.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 64 196 84 0.67 0 0.57 0.23 129.09 0.53 0.51
Hex 40 C4 54 43 0 39 17 81 35 33
Octal 100 304 124 103 0 71 27 201 65 63
Binary 1000000 11000100 1010100 1000011 0 111001 10111 10000001 110101 110011

Color Harmonies of #40C454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C454

Black with #40C454

Text Example


Text Example

White with #40C454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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