Html Css Color HEX #41BC4C Fruit Salad

📋 copy color: '#41BC4C'

red 65 ◦ green 188 ◦ blue 76

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

Shades of Fruit Salad #41BC4C

Tints of Fruit Salad #41BC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.14%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 19.76%
G = 57.14%
B = 23.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#41BC4C (or 0x41BC4C) is known color: Fruit Salad. HEX triplet: 41, BC and 4C. RGB value is (65,188,76). Sum of RGB (Red+Green+Blue) = 65+188+76=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC4C is #BE43B3. Grayscale: #8A8A8A. Windows color (decimal): -12469172 or 5028929. OLE color: 5028929.

HSL color Cylindrical-coordinate representation of color #41BC4C: hue angle of 125.37º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC4C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 76 -
CMYK 0.65 0 0.60 0.26
HSL 125.37º 0.49% 0.5% -
HSV(B) 125.37º 0.65% 0.74% -
XYZ 21.47 37.61 12.97 -
YUV 138.46 92.75 75.61 -
System Red Green Blue C M Y K H S L
Decimal 65 188 76 0.65 0 0.60 0.26 125.37 0.49 0.5
Hex 41 BC 4C 41 0 3C 1A 7D 31 32
Octal 101 274 114 101 0 74 32 175 61 62
Binary 1000001 10111100 1001100 1000001 0 111100 11010 1111101 110001 110010

Color Harmonies of #41BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC4C

Black with #41BC4C

Text Example


Text Example

White with #41BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,188,76); }

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

background-color css

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

 a { background-color: rgb(65,188,76); }

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

border-color css

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

 span { border-color: rgb(65,188,76); }

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