Html Css Color HEX #42EB93 Shamrock

📋 copy color: '#42EB93'

red 66 ◦ green 235 ◦ blue 147

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

Shades of Shamrock #42EB93

Tints of Shamrock #42EB93

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.46%

 BLUE value IS 147 (57.81% from 255) = 32.81%

R = 14.73%
G = 52.46%
B = 32.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#42EB93 (or 0x42EB93) is known color: Shamrock. HEX triplet: 42, EB and 93. RGB value is (66,235,147). Sum of RGB (Red+Green+Blue) = 66+235+147=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EB93 is #BD146C. Grayscale: #AEAEAE. Windows color (decimal): -12391533 or 9694018. OLE color: 9694018.

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

Color convert

RGB 66 235 147 -
CMYK 0.72 0 0.37 0.08
HSL 148.76º 0.81% 0.59% -
HSV(B) 148.76º 0.72% 0.92% -
XYZ 37.22 62.68 37.74 -
YUV 174.44 112.51 50.66 -
System Red Green Blue C M Y K H S L
Decimal 66 235 147 0.72 0 0.37 0.08 148.76 0.81 0.59
Hex 42 EB 93 48 0 25 8 95 51 3B
Octal 102 353 223 110 0 45 10 225 121 73
Binary 1000010 11101011 10010011 1001000 0 100101 1000 10010101 1010001 111011

Color Harmonies of #42EB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EB93

Black with #42EB93

Text Example


Text Example

White with #42EB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,147); }

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

background-color css

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

 a { background-color: rgb(66,235,147); }

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

border-color css

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

 span { border-color: rgb(66,235,147); }

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