Html Css Color HEX #40C04E Fruit Salad

📋 copy color: '#40C04E'

red 64 ◦ green 192 ◦ blue 78

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

Shades of Fruit Salad #40C04E

Tints of Fruit Salad #40C04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.35%

R = 19.16%
G = 57.49%
B = 23.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#40C04E (or 0x40C04E) is known color: Fruit Salad. HEX triplet: 40, C0 and 4E. RGB value is (64,192,78). Sum of RGB (Red+Green+Blue) = 64+192+78=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #40C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C04E is #BF3FB1. Grayscale: #8D8D8D. Windows color (decimal): -12533682 or 5161024. OLE color: 5161024.

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

Color convert

RGB 64 192 78 -
CMYK 0.67 0 0.59 0.25
HSL 126.56º 0.5% 0.5% -
HSV(B) 126.56º 0.67% 0.75% -
XYZ 22.34 39.34 13.62 -
YUV 140.73 92.59 73.27 -
System Red Green Blue C M Y K H S L
Decimal 64 192 78 0.67 0 0.59 0.25 126.56 0.5 0.5
Hex 40 C0 4E 43 0 3B 19 7F 32 32
Octal 100 300 116 103 0 73 31 177 62 62
Binary 1000000 11000000 1001110 1000011 0 111011 11001 1111111 110010 110010

Color Harmonies of #40C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C04E

Black with #40C04E

Text Example


Text Example

White with #40C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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