Html Css Color HEX #42F478 Emerald

📋 copy color: '#42F478'

red 66 ◦ green 244 ◦ blue 120

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

Shades of Emerald #42F478

Tints of Emerald #42F478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.74%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 15.35%
G = 56.74%
B = 27.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#42F478 (or 0x42F478) is known color: Emerald. HEX triplet: 42, F4 and 78. RGB value is (66,244,120). Sum of RGB (Red+Green+Blue) = 66+244+120=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #42F478 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F478 is #BD0B87. Grayscale: #B0B0B0. Windows color (decimal): -12389256 or 7926850. OLE color: 7926850.

HSL color Cylindrical-coordinate representation of color #42F478: hue angle of 138.2º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F478 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 120 -
CMYK 0.73 0 0.51 0.04
HSL 138.2º 0.89% 0.61% -
HSV(B) 138.2º 0.73% 0.96% -
XYZ 37.99 67.22 28.74 -
YUV 176.64 96.03 49.08 -
System Red Green Blue C M Y K H S L
Decimal 66 244 120 0.73 0 0.51 0.04 138.2 0.89 0.61
Hex 42 F4 78 49 0 33 4 8A 59 3D
Octal 102 364 170 111 0 63 4 212 131 75
Binary 1000010 11110100 1111000 1001001 0 110011 100 10001010 1011001 111101

Color Harmonies of #42F478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F478

Black with #42F478

Text Example


Text Example

White with #42F478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,244,120); }

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

background-color css

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

 a { background-color: rgb(66,244,120); }

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

border-color css

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

 span { border-color: rgb(66,244,120); }

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