Html Css Color HEX #42F381 Emerald

📋 copy color: '#42F381'

red 66 ◦ green 243 ◦ blue 129

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

Shades of Emerald #42F381

Tints of Emerald #42F381

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.48%

 BLUE value IS 129 (50.78% from 255) = 29.45%

R = 15.07%
G = 55.48%
B = 29.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#42F381 (or 0x42F381) is known color: Emerald. HEX triplet: 42, F3 and 81. RGB value is (66,243,129). Sum of RGB (Red+Green+Blue) = 66+243+129=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #42F381 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F381 is #BD0C7E. Grayscale: #B1B1B1. Windows color (decimal): -12389503 or 8516418. OLE color: 8516418.

HSL color Cylindrical-coordinate representation of color #42F381: hue angle of 141.36º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F381 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 243 129 -
CMYK 0.73 0 0.47 0.05
HSL 141.36º 0.88% 0.61% -
HSV(B) 141.36º 0.73% 0.95% -
XYZ 38.26 66.84 31.65 -
YUV 177.08 100.86 48.77 -
System Red Green Blue C M Y K H S L
Decimal 66 243 129 0.73 0 0.47 0.05 141.36 0.88 0.61
Hex 42 F3 81 49 0 2F 5 8D 58 3D
Octal 102 363 201 111 0 57 5 215 130 75
Binary 1000010 11110011 10000001 1001001 0 101111 101 10001101 1011000 111101

Color Harmonies of #42F381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F381

Black with #42F381

Text Example


Text Example

White with #42F381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,243,129); }

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

background-color css

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

 a { background-color: rgb(66,243,129); }

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

border-color css

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

 span { border-color: rgb(66,243,129); }

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