Html Css Color HEX #42E966 Emerald

📋 copy color: '#42E966'

red 66 ◦ green 233 ◦ blue 102

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

Shades of Emerald #42E966

Tints of Emerald #42E966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.1%

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 16.46%
G = 58.1%
B = 25.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#42E966 (or 0x42E966) is known color: Emerald. HEX triplet: 42, E9 and 66. RGB value is (66,233,102). Sum of RGB (Red+Green+Blue) = 66+233+102=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 233 (91.41% from 255 or 58.10% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 233 - color contains mainly: green. Hex color #42E966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E966 is #BD1699. Grayscale: #A8A8A8. Windows color (decimal): -12392090 or 6744386. OLE color: 6744386.

HSL color Cylindrical-coordinate representation of color #42E966: hue angle of 132.93º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E966 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 102 -
CMYK 0.72 0 0.56 0.09
HSL 132.93º 0.79% 0.59% -
HSV(B) 132.93º 0.72% 0.91% -
XYZ 33.78 60.4 22.45 -
YUV 168.13 90.67 55.15 -
System Red Green Blue C M Y K H S L
Decimal 66 233 102 0.72 0 0.56 0.09 132.93 0.79 0.59
Hex 42 E9 66 48 0 38 9 85 4F 3B
Octal 102 351 146 110 0 70 11 205 117 73
Binary 1000010 11101001 1100110 1001000 0 111000 1001 10000101 1001111 111011

Color Harmonies of #42E966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E966

Black with #42E966

Text Example


Text Example

White with #42E966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,233,102); }

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

background-color css

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

 a { background-color: rgb(66,233,102); }

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

border-color css

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

 span { border-color: rgb(66,233,102); }

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