Html Css Color HEX #42C65B Emerald

📋 copy color: '#42C65B'

red 66 ◦ green 198 ◦ blue 91

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

Shades of Emerald #42C65B

Tints of Emerald #42C65B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.77%

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 18.59%
G = 55.77%
B = 25.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#42C65B (or 0x42C65B) is known color: Emerald. HEX triplet: 42, C6 and 5B. RGB value is (66,198,91). Sum of RGB (Red+Green+Blue) = 66+198+91=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #42C65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C65B is #BD39A4. Grayscale: #929292. Windows color (decimal): -12401061 or 6014530. OLE color: 6014530.

HSL color Cylindrical-coordinate representation of color #42C65B: hue angle of 131.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C65B is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 91 -
CMYK 0.67 0 0.54 0.22
HSL 131.36º 0.54% 0.52% -
HSV(B) 131.36º 0.67% 0.78% -
XYZ 24.33 42.3 16.78 -
YUV 146.33 96.77 70.7 -
System Red Green Blue C M Y K H S L
Decimal 66 198 91 0.67 0 0.54 0.22 131.36 0.54 0.52
Hex 42 C6 5B 43 0 36 16 83 36 34
Octal 102 306 133 103 0 66 26 203 66 64
Binary 1000010 11000110 1011011 1000011 0 110110 10110 10000011 110110 110100

Color Harmonies of #42C65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C65B

Black with #42C65B

Text Example


Text Example

White with #42C65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,198,91); }

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

background-color css

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

 a { background-color: rgb(66,198,91); }

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

border-color css

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

 span { border-color: rgb(66,198,91); }

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