Html Css Color HEX #42F887 Emerald

📋 copy color: '#42F887'

red 66 ◦ green 248 ◦ blue 135

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

Shades of Emerald #42F887

Tints of Emerald #42F887

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.23%

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 14.7%
G = 55.23%
B = 30.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#42F887 (or 0x42F887) is known color: Emerald. HEX triplet: 42, F8 and 87. RGB value is (66,248,135). Sum of RGB (Red+Green+Blue) = 66+248+135=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #42F887 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F887 is #BD0778. Grayscale: #B4B4B4. Windows color (decimal): -12388217 or 8910914. OLE color: 8910914.

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

Color convert

RGB 66 248 135 -
CMYK 0.73 0 0.46 0.03
HSL 142.75º 0.93% 0.62% -
HSV(B) 142.75º 0.73% 0.97% -
XYZ 40.19 70.04 34.32 -
YUV 180.7 102.2 46.19 -
System Red Green Blue C M Y K H S L
Decimal 66 248 135 0.73 0 0.46 0.03 142.75 0.93 0.62
Hex 42 F8 87 49 0 2E 3 8F 5D 3E
Octal 102 370 207 111 0 56 3 217 135 76
Binary 1000010 11111000 10000111 1001001 0 101110 11 10001111 1011101 111110

Color Harmonies of #42F887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F887

Black with #42F887

Text Example


Text Example

White with #42F887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,248,135); }

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

background-color css

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

 a { background-color: rgb(66,248,135); }

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

border-color css

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

 span { border-color: rgb(66,248,135); }

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