Html Css Color HEX #42F28A Emerald

📋 copy color: '#42F28A'

red 66 ◦ green 242 ◦ blue 138

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

Shades of Emerald #42F28A

Tints of Emerald #42F28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 14.8%
G = 54.26%
B = 30.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#42F28A (or 0x42F28A) is known color: Emerald. HEX triplet: 42, F2 and 8A. RGB value is (66,242,138). Sum of RGB (Red+Green+Blue) = 66+242+138=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #42F28A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F28A is #BD0D75. Grayscale: #B1B1B1. Windows color (decimal): -12389750 or 9105986. OLE color: 9105986.

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

Color convert

RGB 66 242 138 -
CMYK 0.73 0 0.43 0.05
HSL 144.55º 0.87% 0.6% -
HSV(B) 144.55º 0.73% 0.95% -
XYZ 38.59 66.5 34.85 -
YUV 177.52 105.69 48.46 -
System Red Green Blue C M Y K H S L
Decimal 66 242 138 0.73 0 0.43 0.05 144.55 0.87 0.6
Hex 42 F2 8A 49 0 2B 5 91 57 3C
Octal 102 362 212 111 0 53 5 221 127 74
Binary 1000010 11110010 10001010 1001001 0 101011 101 10010001 1010111 111100

Color Harmonies of #42F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F28A

Black with #42F28A

Text Example


Text Example

White with #42F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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