Html Css Color HEX #40C055 Fruit Salad

📋 copy color: '#40C055'

red 64 ◦ green 192 ◦ blue 85

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

Shades of Fruit Salad #40C055

Tints of Fruit Salad #40C055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 18.77%
G = 56.3%
B = 24.93%

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

#40C055 (or 0x40C055) is known color: Fruit Salad. HEX triplet: 40, C0 and 55. RGB value is (64,192,85). Sum of RGB (Red+Green+Blue) = 64+192+85=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #40C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C055 is #BF3FAA. Grayscale: #8D8D8D. Windows color (decimal): -12533675 or 5619776. OLE color: 5619776.

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

Color convert

RGB 64 192 85 -
CMYK 0.67 0 0.56 0.25
HSL 129.84º 0.5% 0.5% -
HSV(B) 129.84º 0.67% 0.75% -
XYZ 22.6 39.45 15.02 -
YUV 141.53 96.09 72.7 -
System Red Green Blue C M Y K H S L
Decimal 64 192 85 0.67 0 0.56 0.25 129.84 0.5 0.5
Hex 40 C0 55 43 0 38 19 82 32 32
Octal 100 300 125 103 0 70 31 202 62 62
Binary 1000000 11000000 1010101 1000011 0 111000 11001 10000010 110010 110010

Color Harmonies of #40C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C055

Black with #40C055

Text Example


Text Example

White with #40C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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