Html Css Color HEX #40C14C Fruit Salad

📋 copy color: '#40C14C'

red 64 ◦ green 193 ◦ blue 76

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

Shades of Fruit Salad #40C14C

Tints of Fruit Salad #40C14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.96%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 19.22%
G = 57.96%
B = 22.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#40C14C (or 0x40C14C) is known color: Fruit Salad. HEX triplet: 40, C1 and 4C. RGB value is (64,193,76). Sum of RGB (Red+Green+Blue) = 64+193+76=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #40C14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C14C is #BF3EB3. Grayscale: #8D8D8D. Windows color (decimal): -12533428 or 5030208. OLE color: 5030208.

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

Color convert

RGB 64 193 76 -
CMYK 0.67 0 0.61 0.24
HSL 125.58º 0.51% 0.5% -
HSV(B) 125.58º 0.67% 0.76% -
XYZ 22.49 39.75 13.33 -
YUV 141.09 91.26 73.01 -
System Red Green Blue C M Y K H S L
Decimal 64 193 76 0.67 0 0.61 0.24 125.58 0.51 0.5
Hex 40 C1 4C 43 0 3D 18 7E 33 32
Octal 100 301 114 103 0 75 30 176 63 62
Binary 1000000 11000001 1001100 1000011 0 111101 11000 1111110 110011 110010

Color Harmonies of #40C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C14C

Black with #40C14C

Text Example


Text Example

White with #40C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,76); }

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

background-color css

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

 a { background-color: rgb(64,193,76); }

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

border-color css

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

 span { border-color: rgb(64,193,76); }

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