Html Css Color HEX #41CF61 Emerald

📋 copy color: '#41CF61'

red 65 ◦ green 207 ◦ blue 97

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

Shades of Emerald #41CF61

Tints of Emerald #41CF61

RGB

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

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

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

R = 17.62%
G = 56.1%
B = 26.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#41CF61 (or 0x41CF61) is known color: Emerald. HEX triplet: 41, CF and 61. RGB value is (65,207,97). Sum of RGB (Red+Green+Blue) = 65+207+97=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF61 is #BE309E. Grayscale: #989898. Windows color (decimal): -12464287 or 6410049. OLE color: 6410049.

HSL color Cylindrical-coordinate representation of color #41CF61: hue angle of 133.52º 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 #41CF61 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 97 -
CMYK 0.69 0 0.53 0.19
HSL 133.52º 0.6% 0.53% -
HSV(B) 133.52º 0.69% 0.81% -
XYZ 26.65 46.61 18.9 -
YUV 152 96.96 65.94 -
System Red Green Blue C M Y K H S L
Decimal 65 207 97 0.69 0 0.53 0.19 133.52 0.6 0.53
Hex 41 CF 61 45 0 35 13 86 3C 35
Octal 101 317 141 105 0 65 23 206 74 65
Binary 1000001 11001111 1100001 1000101 0 110101 10011 10000110 111100 110101

Color Harmonies of #41CF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF61

Black with #41CF61

Text Example


Text Example

White with #41CF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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