Html Css Color HEX #42C65F Emerald

📋 copy color: '#42C65F'

red 66 ◦ green 198 ◦ blue 95

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

Shades of Emerald #42C65F

Tints of Emerald #42C65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 18.38%
G = 55.15%
B = 26.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#42C65F (or 0x42C65F) is known color: Emerald. HEX triplet: 42, C6 and 5F. RGB value is (66,198,95). Sum of RGB (Red+Green+Blue) = 66+198+95=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #42C65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C65F is #BD39A0. Grayscale: #939393. Windows color (decimal): -12401057 or 6276674. OLE color: 6276674.

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

Color convert

RGB 66 198 95 -
CMYK 0.67 0 0.52 0.22
HSL 133.18º 0.54% 0.52% -
HSV(B) 133.18º 0.67% 0.78% -
XYZ 24.51 42.37 17.71 -
YUV 146.79 98.77 70.38 -
System Red Green Blue C M Y K H S L
Decimal 66 198 95 0.67 0 0.52 0.22 133.18 0.54 0.52
Hex 42 C6 5F 43 0 34 16 85 36 34
Octal 102 306 137 103 0 64 26 205 66 64
Binary 1000010 11000110 1011111 1000011 0 110100 10110 10000101 110110 110100

Color Harmonies of #42C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C65F

Black with #42C65F

Text Example


Text Example

White with #42C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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