Html Css Color HEX #42CA93 Shamrock

📋 copy color: '#42CA93'

red 66 ◦ green 202 ◦ blue 147

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

Shades of Shamrock #42CA93

Tints of Shamrock #42CA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.67%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 15.9%
G = 48.67%
B = 35.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#42CA93 (or 0x42CA93) is known color: Shamrock. HEX triplet: 42, CA and 93. RGB value is (66,202,147). Sum of RGB (Red+Green+Blue) = 66+202+147=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA93 is #BD356C. Grayscale: #9B9B9B. Windows color (decimal): -12399981 or 9685570. OLE color: 9685570.

HSL color Cylindrical-coordinate representation of color #42CA93: hue angle of 155.74º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA93 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 147 -
CMYK 0.67 0 0.27 0.21
HSL 155.74º 0.56% 0.53% -
HSV(B) 155.74º 0.67% 0.79% -
XYZ 28.63 45.51 34.88 -
YUV 155.07 123.44 64.47 -
System Red Green Blue C M Y K H S L
Decimal 66 202 147 0.67 0 0.27 0.21 155.74 0.56 0.53
Hex 42 CA 93 43 0 1B 15 9C 38 35
Octal 102 312 223 103 0 33 25 234 70 65
Binary 1000010 11001010 10010011 1000011 0 11011 10101 10011100 111000 110101

Color Harmonies of #42CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA93

Black with #42CA93

Text Example


Text Example

White with #42CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,147); }

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

background-color css

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

 a { background-color: rgb(66,202,147); }

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

border-color css

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

 span { border-color: rgb(66,202,147); }

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