Html Css Color HEX #42F591 Shamrock

📋 copy color: '#42F591'

red 66 ◦ green 245 ◦ blue 145

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

Shades of Shamrock #42F591

Tints of Shamrock #42F591

RGB

 RED value IS 66 (26.17% from 255) = 14.47%

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

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 14.47%
G = 53.73%
B = 31.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#42F591 (or 0x42F591) is known color: Shamrock. HEX triplet: 42, F5 and 91. RGB value is (66,245,145). Sum of RGB (Red+Green+Blue) = 66+245+145=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #42F591 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F591 is #BD0A6E. Grayscale: #B4B4B4. Windows color (decimal): -12388975 or 9565506. OLE color: 9565506.

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

Color convert

RGB 66 245 145 -
CMYK 0.73 0 0.41 0.04
HSL 146.48º 0.9% 0.61% -
HSV(B) 146.48º 0.73% 0.96% -
XYZ 40.01 68.51 37.9 -
YUV 180.08 108.2 46.63 -
System Red Green Blue C M Y K H S L
Decimal 66 245 145 0.73 0 0.41 0.04 146.48 0.9 0.61
Hex 42 F5 91 49 0 29 4 92 5A 3D
Octal 102 365 221 111 0 51 4 222 132 75
Binary 1000010 11110101 10010001 1001001 0 101001 100 10010010 1011010 111101

Color Harmonies of #42F591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F591

Black with #42F591

Text Example


Text Example

White with #42F591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42F591; }

 p { color: rgb(66,245,145); }

 H1.HeaderClassName
 {
   color: #42F591;
 }
 .AnyTagClassName
 {
   color: #42F591;
 }
</style>

background-color css

<style>
 a { background-color: #42F591; }

 a { background-color: rgb(66,245,145); }

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

border-color css

<style>
 span { border-color: #42F591; }

 span { border-color: rgb(66,245,145); }

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