Html Css Color HEX #41CF96 Shamrock

📋 copy color: '#41CF96'

red 65 ◦ green 207 ◦ blue 150

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

Shades of Shamrock #41CF96

Tints of Shamrock #41CF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 15.4%
G = 49.05%
B = 35.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#41CF96 (or 0x41CF96) is known color: Shamrock. HEX triplet: 41, CF and 96. RGB value is (65,207,150). Sum of RGB (Red+Green+Blue) = 65+207+150=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CF96 is #BE3069. Grayscale: #9E9E9E. Windows color (decimal): -12464234 or 9883457. OLE color: 9883457.

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

Color convert

RGB 65 207 150 -
CMYK 0.69 0 0.28 0.19
HSL 155.92º 0.6% 0.53% -
HSV(B) 155.92º 0.69% 0.81% -
XYZ 30 47.95 36.53 -
YUV 158.04 123.46 61.63 -
System Red Green Blue C M Y K H S L
Decimal 65 207 150 0.69 0 0.28 0.19 155.92 0.6 0.53
Hex 41 CF 96 45 0 1C 13 9C 3C 35
Octal 101 317 226 105 0 34 23 234 74 65
Binary 1000001 11001111 10010110 1000101 0 11100 10011 10011100 111100 110101

Color Harmonies of #41CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF96

Black with #41CF96

Text Example


Text Example

White with #41CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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