Html Css Color HEX #42CD68 Emerald

📋 copy color: '#42CD68'

red 66 ◦ green 205 ◦ blue 104

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

Shades of Emerald #42CD68

Tints of Emerald #42CD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.67%

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

R = 17.6%
G = 54.67%
B = 27.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#42CD68 (or 0x42CD68) is known color: Emerald. HEX triplet: 42, CD and 68. RGB value is (66,205,104). Sum of RGB (Red+Green+Blue) = 66+205+104=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD68 is #BD3297. Grayscale: #989898. Windows color (decimal): -12399256 or 6868290. OLE color: 6868290.

HSL color Cylindrical-coordinate representation of color #42CD68: hue angle of 136.4º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD68 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 104 -
CMYK 0.68 0 0.49 0.20
HSL 136.4º 0.58% 0.53% -
HSV(B) 136.4º 0.68% 0.8% -
XYZ 26.58 45.82 20.54 -
YUV 151.93 100.95 66.71 -
System Red Green Blue C M Y K H S L
Decimal 66 205 104 0.68 0 0.49 0.20 136.4 0.58 0.53
Hex 42 CD 68 44 0 31 14 88 3A 35
Octal 102 315 150 104 0 61 24 210 72 65
Binary 1000010 11001101 1101000 1000100 0 110001 10100 10001000 111010 110101

Color Harmonies of #42CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD68

Black with #42CD68

Text Example


Text Example

White with #42CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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