Html Css Color HEX #42B999 Shamrock

📋 copy color: '#42B999'

red 66 ◦ green 185 ◦ blue 153

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

Shades of Shamrock #42B999

Tints of Shamrock #42B999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 16.34%
G = 45.79%
B = 37.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#42B999 (or 0x42B999) is known color: Shamrock. HEX triplet: 42, B9 and 99. RGB value is (66,185,153). Sum of RGB (Red+Green+Blue) = 66+185+153=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #42B999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B999 is #BD4666. Grayscale: #919191. Windows color (decimal): -12404327 or 10074434. OLE color: 10074434.

HSL color Cylindrical-coordinate representation of color #42B999: hue angle of 163.87º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B999 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 153 -
CMYK 0.64 0 0.17 0.27
HSL 163.87º 0.47% 0.49% -
HSV(B) 163.87º 0.64% 0.73% -
XYZ 25.35 38.16 36.17 -
YUV 145.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 66 185 153 0.64 0 0.17 0.27 163.87 0.47 0.49
Hex 42 B9 99 40 0 11 1B A4 2F 31
Octal 102 271 231 100 0 21 33 244 57 61
Binary 1000010 10111001 10011001 1000000 0 10001 11011 10100100 101111 110001

Color Harmonies of #42B999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B999

Black with #42B999

Text Example


Text Example

White with #42B999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,153); }

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

background-color css

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

 a { background-color: rgb(66,185,153); }

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

border-color css

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

 span { border-color: rgb(66,185,153); }

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