Html Css Color HEX #42F271 Emerald

📋 copy color: '#42F271'

red 66 ◦ green 242 ◦ blue 113

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

Shades of Emerald #42F271

Tints of Emerald #42F271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 15.68%
G = 57.48%
B = 26.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#42F271 (or 0x42F271) is known color: Emerald. HEX triplet: 42, F2 and 71. RGB value is (66,242,113). Sum of RGB (Red+Green+Blue) = 66+242+113=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #42F271 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F271 is #BD0D8E. Grayscale: #AFAFAF. Windows color (decimal): -12389775 or 7467586. OLE color: 7467586.

HSL color Cylindrical-coordinate representation of color #42F271: hue angle of 136.02º 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 #42F271 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 242 113 -
CMYK 0.73 0 0.53 0.05
HSL 136.02º 0.87% 0.6% -
HSV(B) 136.02º 0.73% 0.95% -
XYZ 36.98 65.85 26.39 -
YUV 174.67 93.19 50.49 -
System Red Green Blue C M Y K H S L
Decimal 66 242 113 0.73 0 0.53 0.05 136.02 0.87 0.6
Hex 42 F2 71 49 0 35 5 88 57 3C
Octal 102 362 161 111 0 65 5 210 127 74
Binary 1000010 11110010 1110001 1001001 0 110101 101 10001000 1010111 111100

Color Harmonies of #42F271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F271

Black with #42F271

Text Example


Text Example

White with #42F271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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