Html Css Color HEX #42BE90 Shamrock

📋 copy color: '#42BE90'

red 66 ◦ green 190 ◦ blue 144

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

Shades of Shamrock #42BE90

Tints of Shamrock #42BE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 16.5%
G = 47.5%
B = 36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#42BE90 (or 0x42BE90) is known color: Shamrock. HEX triplet: 42, BE and 90. RGB value is (66,190,144). Sum of RGB (Red+Green+Blue) = 66+190+144=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE90 is #BD416F. Grayscale: #939393. Windows color (decimal): -12403056 or 9485890. OLE color: 9485890.

HSL color Cylindrical-coordinate representation of color #42BE90: hue angle of 157.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE90 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 144 -
CMYK 0.65 0 0.24 0.25
HSL 157.74º 0.49% 0.5% -
HSV(B) 157.74º 0.65% 0.75% -
XYZ 25.69 40 32.75 -
YUV 147.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 66 190 144 0.65 0 0.24 0.25 157.74 0.49 0.5
Hex 42 BE 90 41 0 18 19 9E 31 32
Octal 102 276 220 101 0 30 31 236 61 62
Binary 1000010 10111110 10010000 1000001 0 11000 11001 10011110 110001 110010

Color Harmonies of #42BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE90

Black with #42BE90

Text Example


Text Example

White with #42BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,144); }

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

background-color css

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

 a { background-color: rgb(66,190,144); }

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

border-color css

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

 span { border-color: rgb(66,190,144); }

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