Html Css Color HEX #42BF61 Medium Sea Green

📋 copy color: '#42BF61'

red 66 ◦ green 191 ◦ blue 97

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

Shades of Medium Sea Green #42BF61

Tints of Medium Sea Green #42BF61

RGB

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

 GREEN value IS 191 (75% from 255) = 53.95%

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 18.64%
G = 53.95%
B = 27.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#42BF61 (or 0x42BF61) is known color: Medium Sea Green. HEX triplet: 42, BF and 61. RGB value is (66,191,97). Sum of RGB (Red+Green+Blue) = 66+191+97=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF61 is #BD409E. Grayscale: #8F8F8F. Windows color (decimal): -12402847 or 6405954. OLE color: 6405954.

HSL color Cylindrical-coordinate representation of color #42BF61: hue angle of 134.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF61 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 97 -
CMYK 0.65 0 0.49 0.25
HSL 134.88º 0.49% 0.5% -
HSV(B) 134.88º 0.65% 0.75% -
XYZ 23.04 39.28 17.68 -
YUV 142.91 102.09 73.14 -
System Red Green Blue C M Y K H S L
Decimal 66 191 97 0.65 0 0.49 0.25 134.88 0.49 0.5
Hex 42 BF 61 41 0 31 19 87 31 32
Octal 102 277 141 101 0 61 31 207 61 62
Binary 1000010 10111111 1100001 1000001 0 110001 11001 10000111 110001 110010

Color Harmonies of #42BF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF61

Black with #42BF61

Text Example


Text Example

White with #42BF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,97); }

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

background-color css

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

 a { background-color: rgb(66,191,97); }

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

border-color css

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

 span { border-color: rgb(66,191,97); }

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