Html Css Color HEX #42D399 Shamrock

📋 copy color: '#42D399'

red 66 ◦ green 211 ◦ blue 153

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

Shades of Shamrock #42D399

Tints of Shamrock #42D399

RGB

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

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

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

R = 15.35%
G = 49.07%
B = 35.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#42D399 (or 0x42D399) is known color: Shamrock. HEX triplet: 42, D3 and 99. RGB value is (66,211,153). Sum of RGB (Red+Green+Blue) = 66+211+153=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #42D399 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D399 is #BD2C66. Grayscale: #A1A1A1. Windows color (decimal): -12397671 or 10081090. OLE color: 10081090.

HSL color Cylindrical-coordinate representation of color #42D399: hue angle of 156º 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 #42D399 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 153 -
CMYK 0.69 0 0.27 0.17
HSL 156º 0.62% 0.54% -
HSV(B) 156º 0.69% 0.83% -
XYZ 31.29 50.05 38.15 -
YUV 161.03 123.46 60.22 -
System Red Green Blue C M Y K H S L
Decimal 66 211 153 0.69 0 0.27 0.17 156 0.62 0.54
Hex 42 D3 99 45 0 1B 11 9C 3E 36
Octal 102 323 231 105 0 33 21 234 76 66
Binary 1000010 11010011 10011001 1000101 0 11011 10001 10011100 111110 110110

Color Harmonies of #42D399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D399

Black with #42D399

Text Example


Text Example

White with #42D399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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