Html Css Color HEX #42F273 Emerald

📋 copy color: '#42F273'

red 66 ◦ green 242 ◦ blue 115

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

Shades of Emerald #42F273

Tints of Emerald #42F273

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.21%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 15.6%
G = 57.21%
B = 27.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#42F273 (or 0x42F273) is known color: Emerald. HEX triplet: 42, F2 and 73. RGB value is (66,242,115). Sum of RGB (Red+Green+Blue) = 66+242+115=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #42F273 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F273 is #BD0D8C. Grayscale: #AFAFAF. Windows color (decimal): -12389773 or 7598658. OLE color: 7598658.

HSL color Cylindrical-coordinate representation of color #42F273: hue angle of 136.7º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F273 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 242 115 -
CMYK 0.73 0 0.52 0.05
HSL 136.7º 0.87% 0.6% -
HSV(B) 136.7º 0.73% 0.95% -
XYZ 37.09 65.9 26.98 -
YUV 174.9 94.19 50.33 -
System Red Green Blue C M Y K H S L
Decimal 66 242 115 0.73 0 0.52 0.05 136.7 0.87 0.6
Hex 42 F2 73 49 0 34 5 89 57 3C
Octal 102 362 163 111 0 64 5 211 127 74
Binary 1000010 11110010 1110011 1001001 0 110100 101 10001001 1010111 111100

Color Harmonies of #42F273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F273

Black with #42F273

Text Example


Text Example

White with #42F273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,115); }

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

background-color css

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

 a { background-color: rgb(66,242,115); }

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

border-color css

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

 span { border-color: rgb(66,242,115); }

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