Html Css Color HEX #41CF86 Emerald

📋 copy color: '#41CF86'

red 65 ◦ green 207 ◦ blue 134

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

Shades of Emerald #41CF86

Tints of Emerald #41CF86

RGB

 RED value IS 65 (25.78% from 255) = 16.01%

 GREEN value IS 207 (81.25% from 255) = 50.99%

 BLUE value IS 134 (52.73% from 255) = 33%

R = 16.01%
G = 50.99%
B = 33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#41CF86 (or 0x41CF86) is known color: Emerald. HEX triplet: 41, CF and 86. RGB value is (65,207,134). Sum of RGB (Red+Green+Blue) = 65+207+134=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CF86 is #BE3079. Grayscale: #9C9C9C. Windows color (decimal): -12464250 or 8834881. OLE color: 8834881.

HSL color Cylindrical-coordinate representation of color #41CF86: hue angle of 149.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CF86 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 134 -
CMYK 0.69 0 0.35 0.19
HSL 149.15º 0.6% 0.53% -
HSV(B) 149.15º 0.69% 0.81% -
XYZ 28.8 47.47 30.2 -
YUV 156.22 115.46 62.94 -
System Red Green Blue C M Y K H S L
Decimal 65 207 134 0.69 0 0.35 0.19 149.15 0.6 0.53
Hex 41 CF 86 45 0 23 13 95 3C 35
Octal 101 317 206 105 0 43 23 225 74 65
Binary 1000001 11001111 10000110 1000101 0 100011 10011 10010101 111100 110101

Color Harmonies of #41CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF86

Black with #41CF86

Text Example


Text Example

White with #41CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41CF86; }

 p { color: rgb(65,207,134); }

 H1.HeaderClassName
 {
   color: #41CF86;
 }
 .AnyTagClassName
 {
   color: #41CF86;
 }
</style>

background-color css

<style>
 a { background-color: #41CF86; }

 a { background-color: rgb(65,207,134); }

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

border-color css

<style>
 span { border-color: #41CF86; }

 span { border-color: rgb(65,207,134); }

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