Html Css Color HEX #42D68F Shamrock

📋 copy color: '#42D68F'

red 66 ◦ green 214 ◦ blue 143

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

Shades of Shamrock #42D68F

Tints of Shamrock #42D68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 15.6%
G = 50.59%
B = 33.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#42D68F (or 0x42D68F) is known color: Shamrock. HEX triplet: 42, D6 and 8F. RGB value is (66,214,143). Sum of RGB (Red+Green+Blue) = 66+214+143=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #42D68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D68F is #BD2970. Grayscale: #A1A1A1. Windows color (decimal): -12396913 or 9426498. OLE color: 9426498.

HSL color Cylindrical-coordinate representation of color #42D68F: hue angle of 151.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D68F is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 143 -
CMYK 0.69 0 0.33 0.16
HSL 151.22º 0.64% 0.55% -
HSV(B) 151.22º 0.69% 0.84% -
XYZ 31.25 51.23 34.23 -
YUV 161.65 117.47 59.77 -
System Red Green Blue C M Y K H S L
Decimal 66 214 143 0.69 0 0.33 0.16 151.22 0.64 0.55
Hex 42 D6 8F 45 0 21 10 97 40 37
Octal 102 326 217 105 0 41 20 227 100 67
Binary 1000010 11010110 10001111 1000101 0 100001 10000 10010111 1000000 110111

Color Harmonies of #42D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D68F

Black with #42D68F

Text Example


Text Example

White with #42D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,214,143); }

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

background-color css

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

 a { background-color: rgb(66,214,143); }

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

border-color css

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

 span { border-color: rgb(66,214,143); }

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