Html Css Color HEX #40C058 Fruit Salad

📋 copy color: '#40C058'

red 64 ◦ green 192 ◦ blue 88

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

Shades of Fruit Salad #40C058

Tints of Fruit Salad #40C058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 18.6%
G = 55.81%
B = 25.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#40C058 (or 0x40C058) is known color: Fruit Salad. HEX triplet: 40, C0 and 58. RGB value is (64,192,88). Sum of RGB (Red+Green+Blue) = 64+192+88=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #40C058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C058 is #BF3FA7. Grayscale: #8E8E8E. Windows color (decimal): -12533672 or 5816384. OLE color: 5816384.

HSL color Cylindrical-coordinate representation of color #40C058: hue angle of 131.25º 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 #40C058 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 88 -
CMYK 0.67 0 0.54 0.25
HSL 131.25º 0.5% 0.5% -
HSV(B) 131.25º 0.67% 0.75% -
XYZ 22.73 39.49 15.66 -
YUV 141.87 97.59 72.46 -
System Red Green Blue C M Y K H S L
Decimal 64 192 88 0.67 0 0.54 0.25 131.25 0.5 0.5
Hex 40 C0 58 43 0 36 19 83 32 32
Octal 100 300 130 103 0 66 31 203 62 62
Binary 1000000 11000000 1011000 1000011 0 110110 11001 10000011 110010 110010

Color Harmonies of #40C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C058

Black with #40C058

Text Example


Text Example

White with #40C058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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