#41CF75

Color #41CF75 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #41CF75

Tints of Emerald #41CF75

Color information

#41CF75 (or 0x41CF75) is unknown color: approx Emerald. HEX triplet: 41, CF and 75. RGB value is (65,207,117). Sum of RGB (Red+Green+Blue) = 65+207+117=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF75 is #BE308A. Grayscale: #9A9A9A. Windows color (decimal): -12464267 or 7720769. OLE color: 7720769.

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

Color convert

RGB65207117-
CMYK0.6900.430.19
HSL141.97º59.66%53.33%-
HSV(B)141.97º68.6%81.18%-
XYZ27.747.0324.45-
YUV154.28106.9664.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 207 (81.25% from 255) = 53.21%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=16.71%
G=53.21%
B=30.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652071170.6900.430.19141.9759.6653.33
Hex41CF754502B138e3c35
Octal101317165105053232167465
Binary1000001110011111110101100010101010111001110001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41CF75;
 }
 .AnyTagClassName
 {
   color: #41CF75;
 }
</style>
background-color css

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

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

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

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

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

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