Html Css Color HEX #41B852 Fruit Salad

📋 copy color: '#41B852'

red 65 ◦ green 184 ◦ blue 82

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

Shades of Fruit Salad #41B852

Tints of Fruit Salad #41B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.59%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 19.64%
G = 55.59%
B = 24.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#41B852 (or 0x41B852) is known color: Fruit Salad. HEX triplet: 41, B8 and 52. RGB value is (65,184,82). Sum of RGB (Red+Green+Blue) = 65+184+82=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #41B852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B852 is #BE47AD. Grayscale: #898989. Windows color (decimal): -12470190 or 5421121. OLE color: 5421121.

HSL color Cylindrical-coordinate representation of color #41B852: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B852 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 184 82 -
CMYK 0.65 0 0.55 0.28
HSL 128.57º 0.48% 0.49% -
HSV(B) 128.57º 0.65% 0.72% -
XYZ 20.84 36.01 13.84 -
YUV 136.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 65 184 82 0.65 0 0.55 0.28 128.57 0.48 0.49
Hex 41 B8 52 41 0 37 1C 81 30 31
Octal 101 270 122 101 0 67 34 201 60 61
Binary 1000001 10111000 1010010 1000001 0 110111 11100 10000001 110000 110001

Color Harmonies of #41B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B852

Black with #41B852

Text Example


Text Example

White with #41B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,184,82); }

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

background-color css

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

 a { background-color: rgb(65,184,82); }

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

border-color css

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

 span { border-color: rgb(65,184,82); }

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