Html Css Color HEX #42ED95 Shamrock

📋 copy color: '#42ED95'

red 66 ◦ green 237 ◦ blue 149

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

Shades of Shamrock #42ED95

Tints of Shamrock #42ED95

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.43%

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

R = 14.6%
G = 52.43%
B = 32.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#42ED95 (or 0x42ED95) is known color: Shamrock. HEX triplet: 42, ED and 95. RGB value is (66,237,149). Sum of RGB (Red+Green+Blue) = 66+237+149=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED95 is #BD126A. Grayscale: #B0B0B0. Windows color (decimal): -12391019 or 9825602. OLE color: 9825602.

HSL color Cylindrical-coordinate representation of color #42ED95: hue angle of 149.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ED95 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 149 -
CMYK 0.72 0 0.37 0.07
HSL 149.12º 0.83% 0.59% -
HSV(B) 149.12º 0.72% 0.93% -
XYZ 37.96 63.9 38.77 -
YUV 175.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 66 237 149 0.72 0 0.37 0.07 149.12 0.83 0.59
Hex 42 ED 95 48 0 25 7 95 53 3B
Octal 102 355 225 110 0 45 7 225 123 73
Binary 1000010 11101101 10010101 1001000 0 100101 111 10010101 1010011 111011

Color Harmonies of #42ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED95

Black with #42ED95

Text Example


Text Example

White with #42ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,237,149); }

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

background-color css

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

 a { background-color: rgb(66,237,149); }

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

border-color css

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

 span { border-color: rgb(66,237,149); }

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