Html Css Color HEX #42CD69 Emerald

📋 copy color: '#42CD69'

red 66 ◦ green 205 ◦ blue 105

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

Shades of Emerald #42CD69

Tints of Emerald #42CD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 17.55%
G = 54.52%
B = 27.93%

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

#42CD69 (or 0x42CD69) is known color: Emerald. HEX triplet: 42, CD and 69. RGB value is (66,205,105). Sum of RGB (Red+Green+Blue) = 66+205+105=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD69 is #BD3296. Grayscale: #989898. Windows color (decimal): -12399255 or 6933826. OLE color: 6933826.

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

Color convert

RGB 66 205 105 -
CMYK 0.68 0 0.49 0.20
HSL 136.83º 0.58% 0.53% -
HSV(B) 136.83º 0.68% 0.8% -
XYZ 26.63 45.84 20.81 -
YUV 152.04 101.45 66.63 -
System Red Green Blue C M Y K H S L
Decimal 66 205 105 0.68 0 0.49 0.20 136.83 0.58 0.53
Hex 42 CD 69 44 0 31 14 89 3A 35
Octal 102 315 151 104 0 61 24 211 72 65
Binary 1000010 11001101 1101001 1000100 0 110001 10100 10001001 111010 110101

Color Harmonies of #42CD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD69

Black with #42CD69

Text Example


Text Example

White with #42CD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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