Html Css Color HEX #42CA69 Emerald

📋 copy color: '#42CA69'

red 66 ◦ green 202 ◦ blue 105

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

Shades of Emerald #42CA69

Tints of Emerald #42CA69

RGB

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

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

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

R = 17.69%
G = 54.16%
B = 28.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#42CA69 (or 0x42CA69) is known color: Emerald. HEX triplet: 42, CA and 69. RGB value is (66,202,105). Sum of RGB (Red+Green+Blue) = 66+202+105=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CA69 is #BD3596. Grayscale: #969696. Windows color (decimal): -12400023 or 6933058. OLE color: 6933058.

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

Color convert

RGB 66 202 105 -
CMYK 0.67 0 0.48 0.21
HSL 137.21º 0.56% 0.53% -
HSV(B) 137.21º 0.67% 0.79% -
XYZ 25.92 44.42 20.57 -
YUV 150.28 102.44 67.89 -
System Red Green Blue C M Y K H S L
Decimal 66 202 105 0.67 0 0.48 0.21 137.21 0.56 0.53
Hex 42 CA 69 43 0 30 15 89 38 35
Octal 102 312 151 103 0 60 25 211 70 65
Binary 1000010 11001010 1101001 1000011 0 110000 10101 10001001 111000 110101

Color Harmonies of #42CA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA69

Black with #42CA69

Text Example


Text Example

White with #42CA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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