Html Css Color HEX #42ED91 Shamrock

📋 copy color: '#42ED91'

red 66 ◦ green 237 ◦ blue 145

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

Shades of Shamrock #42ED91

Tints of Shamrock #42ED91

RGB

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

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

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

R = 14.73%
G = 52.9%
B = 32.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#42ED91 (or 0x42ED91) is known color: Shamrock. HEX triplet: 42, ED and 91. RGB value is (66,237,145). Sum of RGB (Red+Green+Blue) = 66+237+145=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED91 is #BD126E. Grayscale: #AFAFAF. Windows color (decimal): -12391023 or 9563458. OLE color: 9563458.

HSL color Cylindrical-coordinate representation of color #42ED91: hue angle of 147.72º 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 #42ED91 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 145 -
CMYK 0.72 0 0.39 0.07
HSL 147.72º 0.83% 0.59% -
HSV(B) 147.72º 0.72% 0.93% -
XYZ 37.64 63.77 37.11 -
YUV 175.38 110.85 49.98 -
System Red Green Blue C M Y K H S L
Decimal 66 237 145 0.72 0 0.39 0.07 147.72 0.83 0.59
Hex 42 ED 91 48 0 27 7 94 53 3B
Octal 102 355 221 110 0 47 7 224 123 73
Binary 1000010 11101101 10010001 1001000 0 100111 111 10010100 1010011 111011

Color Harmonies of #42ED91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED91

Black with #42ED91

Text Example


Text Example

White with #42ED91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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