Html Css Color HEX #40C24E Fruit Salad

📋 copy color: '#40C24E'

red 64 ◦ green 194 ◦ blue 78

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

Shades of Fruit Salad #40C24E

Tints of Fruit Salad #40C24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.74%

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

R = 19.05%
G = 57.74%
B = 23.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#40C24E (or 0x40C24E) is known color: Fruit Salad. HEX triplet: 40, C2 and 4E. RGB value is (64,194,78). Sum of RGB (Red+Green+Blue) = 64+194+78=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #40C24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C24E is #BF3DB1. Grayscale: #8E8E8E. Windows color (decimal): -12533170 or 5161536. OLE color: 5161536.

HSL color Cylindrical-coordinate representation of color #40C24E: hue angle of 126.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C24E is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 78 -
CMYK 0.67 0 0.60 0.24
HSL 126.46º 0.52% 0.51% -
HSV(B) 126.46º 0.67% 0.76% -
XYZ 22.78 40.22 13.77 -
YUV 141.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 64 194 78 0.67 0 0.60 0.24 126.46 0.52 0.51
Hex 40 C2 4E 43 0 3C 18 7E 34 33
Octal 100 302 116 103 0 74 30 176 64 63
Binary 1000000 11000010 1001110 1000011 0 111100 11000 1111110 110100 110011

Color Harmonies of #40C24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C24E

Black with #40C24E

Text Example


Text Example

White with #40C24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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