Html Css Color HEX #42ED9C Shamrock

📋 copy color: '#42ED9C'

red 66 ◦ green 237 ◦ blue 156

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

Shades of Shamrock #42ED9C

Tints of Shamrock #42ED9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 14.38%
G = 51.63%
B = 33.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#42ED9C (or 0x42ED9C) is known color: Shamrock. HEX triplet: 42, ED and 9C. RGB value is (66,237,156). Sum of RGB (Red+Green+Blue) = 66+237+156=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ED9C is #BD1263. Grayscale: #B0B0B0. Windows color (decimal): -12391012 or 10284354. OLE color: 10284354.

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

Color convert

RGB 66 237 156 -
CMYK 0.72 0 0.34 0.07
HSL 151.58º 0.83% 0.59% -
HSV(B) 151.58º 0.72% 0.93% -
XYZ 38.53 64.13 41.8 -
YUV 176.64 116.35 49.09 -
System Red Green Blue C M Y K H S L
Decimal 66 237 156 0.72 0 0.34 0.07 151.58 0.83 0.59
Hex 42 ED 9C 48 0 22 7 98 53 3B
Octal 102 355 234 110 0 42 7 230 123 73
Binary 1000010 11101101 10011100 1001000 0 100010 111 10011000 1010011 111011

Color Harmonies of #42ED9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED9C

Black with #42ED9C

Text Example


Text Example

White with #42ED9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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