Html Css Color HEX #42FC89 Emerald

📋 copy color: '#42FC89'

red 66 ◦ green 252 ◦ blue 137

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

Shades of Emerald #42FC89

Tints of Emerald #42FC89

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.38%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 14.51%
G = 55.38%
B = 30.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#42FC89 (or 0x42FC89) is known color: Emerald. HEX triplet: 42, FC and 89. RGB value is (66,252,137). Sum of RGB (Red+Green+Blue) = 66+252+137=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FC89 is #BD0376. Grayscale: #B7B7B7. Windows color (decimal): -12387191 or 9043010. OLE color: 9043010.

HSL color Cylindrical-coordinate representation of color #42FC89: hue angle of 142.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FC89 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 137 -
CMYK 0.74 0 0.46 0.01
HSL 142.9º 0.97% 0.62% -
HSV(B) 142.9º 0.74% 0.99% -
XYZ 41.57 72.59 35.49 -
YUV 183.28 101.88 44.35 -
System Red Green Blue C M Y K H S L
Decimal 66 252 137 0.74 0 0.46 0.01 142.9 0.97 0.62
Hex 42 FC 89 4A 0 2E 1 8F 61 3E
Octal 102 374 211 112 0 56 1 217 141 76
Binary 1000010 11111100 10001001 1001010 0 101110 1 10001111 1100001 111110

Color Harmonies of #42FC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FC89

Black with #42FC89

Text Example


Text Example

White with #42FC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,252,137); }

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

background-color css

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

 a { background-color: rgb(66,252,137); }

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

border-color css

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

 span { border-color: rgb(66,252,137); }

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