Html Css Color HEX #40C053 Fruit Salad

📋 copy color: '#40C053'

red 64 ◦ green 192 ◦ blue 83

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

Shades of Fruit Salad #40C053

Tints of Fruit Salad #40C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 18.88%
G = 56.64%
B = 24.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#40C053 (or 0x40C053) is known color: Fruit Salad. HEX triplet: 40, C0 and 53. RGB value is (64,192,83). Sum of RGB (Red+Green+Blue) = 64+192+83=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #40C053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C053 is #BF3FAC. Grayscale: #8D8D8D. Windows color (decimal): -12533677 or 5488704. OLE color: 5488704.

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

Color convert

RGB 64 192 83 -
CMYK 0.67 0 0.57 0.25
HSL 128.91º 0.5% 0.5% -
HSV(B) 128.91º 0.67% 0.75% -
XYZ 22.53 39.41 14.6 -
YUV 141.3 95.09 72.86 -
System Red Green Blue C M Y K H S L
Decimal 64 192 83 0.67 0 0.57 0.25 128.91 0.5 0.5
Hex 40 C0 53 43 0 39 19 81 32 32
Octal 100 300 123 103 0 71 31 201 62 62
Binary 1000000 11000000 1010011 1000011 0 111001 11001 10000001 110010 110010

Color Harmonies of #40C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C053

Black with #40C053

Text Example


Text Example

White with #40C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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