Html Css Color HEX #40C054 Fruit Salad

📋 copy color: '#40C054'

red 64 ◦ green 192 ◦ blue 84

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

Shades of Fruit Salad #40C054

Tints of Fruit Salad #40C054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

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

R = 18.82%
G = 56.47%
B = 24.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#40C054 (or 0x40C054) is known color: Fruit Salad. HEX triplet: 40, C0 and 54. RGB value is (64,192,84). Sum of RGB (Red+Green+Blue) = 64+192+84=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #40C054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C054 is #BF3FAB. Grayscale: #8D8D8D. Windows color (decimal): -12533676 or 5554240. OLE color: 5554240.

HSL color Cylindrical-coordinate representation of color #40C054: hue angle of 129.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C054 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 84 -
CMYK 0.67 0 0.56 0.25
HSL 129.38º 0.5% 0.5% -
HSV(B) 129.38º 0.67% 0.75% -
XYZ 22.56 39.43 14.81 -
YUV 141.42 95.59 72.78 -
System Red Green Blue C M Y K H S L
Decimal 64 192 84 0.67 0 0.56 0.25 129.38 0.5 0.5
Hex 40 C0 54 43 0 38 19 81 32 32
Octal 100 300 124 103 0 70 31 201 62 62
Binary 1000000 11000000 1010100 1000011 0 111000 11001 10000001 110010 110010

Color Harmonies of #40C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C054

Black with #40C054

Text Example


Text Example

White with #40C054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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