Html Css Color HEX #42CF96 Shamrock

📋 copy color: '#42CF96'

red 66 ◦ green 207 ◦ blue 150

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

Shades of Shamrock #42CF96

Tints of Shamrock #42CF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.94%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 15.6%
G = 48.94%
B = 35.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#42CF96 (or 0x42CF96) is known color: Shamrock. HEX triplet: 42, CF and 96. RGB value is (66,207,150). Sum of RGB (Red+Green+Blue) = 66+207+150=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CF96 is #BD3069. Grayscale: #9E9E9E. Windows color (decimal): -12398698 or 9883458. OLE color: 9883458.

HSL color Cylindrical-coordinate representation of color #42CF96: hue angle of 155.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF96 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 150 -
CMYK 0.68 0 0.28 0.19
HSL 155.74º 0.59% 0.54% -
HSV(B) 155.74º 0.68% 0.81% -
XYZ 30.06 47.99 36.53 -
YUV 158.34 123.29 62.13 -
System Red Green Blue C M Y K H S L
Decimal 66 207 150 0.68 0 0.28 0.19 155.74 0.59 0.54
Hex 42 CF 96 44 0 1C 13 9C 3B 36
Octal 102 317 226 104 0 34 23 234 73 66
Binary 1000010 11001111 10010110 1000100 0 11100 10011 10011100 111011 110110

Color Harmonies of #42CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF96

Black with #42CF96

Text Example


Text Example

White with #42CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,207,150); }

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

background-color css

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

 a { background-color: rgb(66,207,150); }

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

border-color css

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

 span { border-color: rgb(66,207,150); }

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