Html Css Color HEX #42E78D Shamrock

📋 copy color: '#42E78D'

red 66 ◦ green 231 ◦ blue 141

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

Shades of Shamrock #42E78D

Tints of Shamrock #42E78D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.74%

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 15.07%
G = 52.74%
B = 32.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#42E78D (or 0x42E78D) is known color: Shamrock. HEX triplet: 42, E7 and 8D. RGB value is (66,231,141). Sum of RGB (Red+Green+Blue) = 66+231+141=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #42E78D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E78D is #BD1872. Grayscale: #ABABAB. Windows color (decimal): -12392563 or 9299778. OLE color: 9299778.

HSL color Cylindrical-coordinate representation of color #42E78D: hue angle of 147.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E78D is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 141 -
CMYK 0.71 0 0.39 0.09
HSL 147.27º 0.77% 0.58% -
HSV(B) 147.27º 0.71% 0.91% -
XYZ 35.63 60.23 34.95 -
YUV 171.41 110.84 52.82 -
System Red Green Blue C M Y K H S L
Decimal 66 231 141 0.71 0 0.39 0.09 147.27 0.77 0.58
Hex 42 E7 8D 47 0 27 9 93 4D 3A
Octal 102 347 215 107 0 47 11 223 115 72
Binary 1000010 11100111 10001101 1000111 0 100111 1001 10010011 1001101 111010

Color Harmonies of #42E78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E78D

Black with #42E78D

Text Example


Text Example

White with #42E78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,231,141); }

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

background-color css

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

 a { background-color: rgb(66,231,141); }

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

border-color css

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

 span { border-color: rgb(66,231,141); }

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