Html Css Color HEX #42E992 Shamrock

📋 copy color: '#42E992'

red 66 ◦ green 233 ◦ blue 146

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

Shades of Shamrock #42E992

Tints of Shamrock #42E992

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.36%

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 14.83%
G = 52.36%
B = 32.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#42E992 (or 0x42E992) is known color: Shamrock. HEX triplet: 42, E9 and 92. RGB value is (66,233,146). Sum of RGB (Red+Green+Blue) = 66+233+146=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #42E992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E992 is #BD166D. Grayscale: #ADADAD. Windows color (decimal): -12392046 or 9627970. OLE color: 9627970.

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

Color convert

RGB 66 233 146 -
CMYK 0.72 0 0.37 0.09
HSL 148.74º 0.79% 0.59% -
HSV(B) 148.74º 0.72% 0.91% -
XYZ 36.57 61.51 37.14 -
YUV 173.15 112.67 51.57 -
System Red Green Blue C M Y K H S L
Decimal 66 233 146 0.72 0 0.37 0.09 148.74 0.79 0.59
Hex 42 E9 92 48 0 25 9 95 4F 3B
Octal 102 351 222 110 0 45 11 225 117 73
Binary 1000010 11101001 10010010 1001000 0 100101 1001 10010101 1001111 111011

Color Harmonies of #42E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E992

Black with #42E992

Text Example


Text Example

White with #42E992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,233,146); }

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

background-color css

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

 a { background-color: rgb(66,233,146); }

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

border-color css

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

 span { border-color: rgb(66,233,146); }

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