#40F7A5

Color #40F7A5 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #40F7A5

Tints of Shamrock #40F7A5

Color information

#40F7A5 (or 0x40F7A5) is unknown color: approx Shamrock. HEX triplet: 40, F7 and A5. RGB value is (64,247,165). Sum of RGB (Red+Green+Blue) = 64+247+165=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F7A5 is #BF085A. Grayscale: #B7B7B7. Windows color (decimal): -12519515 or 10876736. OLE color: 10876736.

HSL color Cylindrical-coordinate representation of color #40F7A5: hue angle of 153.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F7A5 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB64247165-
CMYK0.7400.330.03
HSL153.11º91.96%60.98%-
HSV(B)153.11º74.09%96.86%-
XYZ42.1770.3346.95-
YUV182.94117.8743.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.45%
GREEN value IS 247 (96.88% from 255) = 51.89%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=13.45%
G=51.89%
B=34.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642471650.7400.330.03153.1191.9660.98
Hex40F7A54A0213995c3d
Octal100367245112041323113475
Binary100000011110111101001011001010010000111100110011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,247,165); }

 H1.HeaderClassName
 {
   color: #40F7A5;
 }
 .AnyTagClassName
 {
   color: #40F7A5;
 }
</style>
background-color css

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

 a { background-color: rgb(64,247,165); }

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

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

 span { border-color: rgb(64,247,165); }

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