#41CB66

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

Shades of Emerald #41CB66

Tints of Emerald #41CB66

Color information

#41CB66 (or 0x41CB66) is unknown color: approx Emerald. HEX triplet: 41, CB and 66. RGB value is (65,203,102). Sum of RGB (Red+Green+Blue) = 65+203+102=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CB66 is #BE3499. Grayscale: #969696. Windows color (decimal): -12465306 or 6736705. OLE color: 6736705.

HSL color Cylindrical-coordinate representation of color #41CB66: hue angle of 136.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CB66 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB65203102-
CMYK0.6800.500.20
HSL136.09º57.02%52.55%-
HSV(B)136.09º67.98%79.61%-
XYZ25.9344.819.85-
YUV150.22100.7867.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 203 (79.69% from 255) = 54.86%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=17.57%
G=54.86%
B=27.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal652031020.6800.500.20136.0957.0252.55
Hex41CB664403214883935
Octal101313146104062242107165
Binary1000001110010111100110100010001100101010010001000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,203,102); }

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

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

 a { background-color: rgb(65,203,102); }

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

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

 span { border-color: rgb(65,203,102); }

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