Html Css Color HEX #41CB60 Emerald

📋 copy color: '#41CB60'

red 65 ◦ green 203 ◦ blue 96

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

Shades of Emerald #41CB60

Tints of Emerald #41CB60

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.77%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 17.86%
G = 55.77%
B = 26.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#41CB60 (or 0x41CB60) is known color: Emerald. HEX triplet: 41, CB and 60. RGB value is (65,203,96). Sum of RGB (Red+Green+Blue) = 65+203+96=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CB60 is #BE349F. Grayscale: #959595. Windows color (decimal): -12465312 or 6343489. OLE color: 6343489.

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

Color convert

RGB 65 203 96 -
CMYK 0.68 0 0.53 0.20
HSL 133.48º 0.57% 0.53% -
HSV(B) 133.48º 0.68% 0.8% -
XYZ 25.65 44.68 18.34 -
YUV 149.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 65 203 96 0.68 0 0.53 0.20 133.48 0.57 0.53
Hex 41 CB 60 44 0 35 14 85 39 35
Octal 101 313 140 104 0 65 24 205 71 65
Binary 1000001 11001011 1100000 1000100 0 110101 10100 10000101 111001 110101

Color Harmonies of #41CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CB60

Black with #41CB60

Text Example


Text Example

White with #41CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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