Html Css Color HEX #42D38B Shamrock

📋 copy color: '#42D38B'

red 66 ◦ green 211 ◦ blue 139

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

Shades of Shamrock #42D38B

Tints of Shamrock #42D38B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 15.87%
G = 50.72%
B = 33.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#42D38B (or 0x42D38B) is known color: Shamrock. HEX triplet: 42, D3 and 8B. RGB value is (66,211,139). Sum of RGB (Red+Green+Blue) = 66+211+139=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #42D38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D38B is #BD2C74. Grayscale: #9F9F9F. Windows color (decimal): -12397685 or 9163586. OLE color: 9163586.

HSL color Cylindrical-coordinate representation of color #42D38B: hue angle of 150.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D38B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 139 -
CMYK 0.69 0 0.34 0.17
HSL 150.21º 0.62% 0.54% -
HSV(B) 150.21º 0.69% 0.83% -
XYZ 30.2 49.61 32.41 -
YUV 159.44 116.46 61.35 -
System Red Green Blue C M Y K H S L
Decimal 66 211 139 0.69 0 0.34 0.17 150.21 0.62 0.54
Hex 42 D3 8B 45 0 22 11 96 3E 36
Octal 102 323 213 105 0 42 21 226 76 66
Binary 1000010 11010011 10001011 1000101 0 100010 10001 10010110 111110 110110

Color Harmonies of #42D38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D38B

Black with #42D38B

Text Example


Text Example

White with #42D38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,139); }

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

background-color css

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

 a { background-color: rgb(66,211,139); }

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

border-color css

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

 span { border-color: rgb(66,211,139); }

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