Html Css Color HEX #42CA68 Emerald

📋 copy color: '#42CA68'

red 66 ◦ green 202 ◦ blue 104

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

Shades of Emerald #42CA68

Tints of Emerald #42CA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 17.74%
G = 54.3%
B = 27.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#42CA68 (or 0x42CA68) is known color: Emerald. HEX triplet: 42, CA and 68. RGB value is (66,202,104). Sum of RGB (Red+Green+Blue) = 66+202+104=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA68 is #BD3597. Grayscale: #969696. Windows color (decimal): -12400024 or 6867522. OLE color: 6867522.

HSL color Cylindrical-coordinate representation of color #42CA68: hue angle of 136.76º 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 #42CA68 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 104 -
CMYK 0.67 0 0.49 0.21
HSL 136.76º 0.56% 0.53% -
HSV(B) 136.76º 0.67% 0.79% -
XYZ 25.87 44.4 20.3 -
YUV 150.16 101.94 67.97 -
System Red Green Blue C M Y K H S L
Decimal 66 202 104 0.67 0 0.49 0.21 136.76 0.56 0.53
Hex 42 CA 68 43 0 31 15 89 38 35
Octal 102 312 150 103 0 61 25 211 70 65
Binary 1000010 11001010 1101000 1000011 0 110001 10101 10001001 111000 110101

Color Harmonies of #42CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA68

Black with #42CA68

Text Example


Text Example

White with #42CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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