Html Css Color HEX #42C65C Emerald

📋 copy color: '#42C65C'

red 66 ◦ green 198 ◦ blue 92

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

Shades of Emerald #42C65C

Tints of Emerald #42C65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 18.54%
G = 55.62%
B = 25.84%

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

#42C65C (or 0x42C65C) is known color: Emerald. HEX triplet: 42, C6 and 5C. RGB value is (66,198,92). Sum of RGB (Red+Green+Blue) = 66+198+92=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #42C65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C65C is #BD39A3. Grayscale: #929292. Windows color (decimal): -12401060 or 6080066. OLE color: 6080066.

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

Color convert

RGB 66 198 92 -
CMYK 0.67 0 0.54 0.22
HSL 131.82º 0.54% 0.52% -
HSV(B) 131.82º 0.67% 0.78% -
XYZ 24.37 42.32 17.01 -
YUV 146.45 97.27 70.62 -
System Red Green Blue C M Y K H S L
Decimal 66 198 92 0.67 0 0.54 0.22 131.82 0.54 0.52
Hex 42 C6 5C 43 0 36 16 84 36 34
Octal 102 306 134 103 0 66 26 204 66 64
Binary 1000010 11000110 1011100 1000011 0 110110 10110 10000100 110110 110100

Color Harmonies of #42C65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C65C

Black with #42C65C

Text Example


Text Example

White with #42C65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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