Html Css Color HEX #40F595 Shamrock

📋 copy color: '#40F595'

red 64 ◦ green 245 ◦ blue 149

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

Shades of Shamrock #40F595

Tints of Shamrock #40F595

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.49%

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 13.97%
G = 53.49%
B = 32.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#40F595 (or 0x40F595) is known color: Shamrock. HEX triplet: 40, F5 and 95. RGB value is (64,245,149). Sum of RGB (Red+Green+Blue) = 64+245+149=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #40F595 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F595 is #BF0A6A. Grayscale: #B4B4B4. Windows color (decimal): -12520043 or 9827648. OLE color: 9827648.

HSL color Cylindrical-coordinate representation of color #40F595: hue angle of 148.18º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F595 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 245 149 -
CMYK 0.74 0 0.39 0.04
HSL 148.18º 0.9% 0.61% -
HSV(B) 148.18º 0.74% 0.96% -
XYZ 40.19 68.56 39.55 -
YUV 179.94 110.53 45.31 -
System Red Green Blue C M Y K H S L
Decimal 64 245 149 0.74 0 0.39 0.04 148.18 0.9 0.61
Hex 40 F5 95 4A 0 27 4 94 5A 3D
Octal 100 365 225 112 0 47 4 224 132 75
Binary 1000000 11110101 10010101 1001010 0 100111 100 10010100 1011010 111101

Color Harmonies of #40F595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F595

Black with #40F595

Text Example


Text Example

White with #40F595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,245,149); }

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

background-color css

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

 a { background-color: rgb(64,245,149); }

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

border-color css

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

 span { border-color: rgb(64,245,149); }

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