Html Css Color HEX #40B852 Fruit Salad

📋 copy color: '#40B852'

red 64 ◦ green 184 ◦ blue 82

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

Shades of Fruit Salad #40B852

Tints of Fruit Salad #40B852

RGB

 RED value IS 64 (25.39% from 255) = 19.39%

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

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

R = 19.39%
G = 55.76%
B = 24.85%

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

#40B852 (or 0x40B852) is known color: Fruit Salad. HEX triplet: 40, B8 and 52. RGB value is (64,184,82). Sum of RGB (Red+Green+Blue) = 64+184+82=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #40B852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B852 is #BF47AD. Grayscale: #888888. Windows color (decimal): -12535726 or 5421120. OLE color: 5421120.

HSL color Cylindrical-coordinate representation of color #40B852: hue angle of 129º 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 #40B852 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 184 82 -
CMYK 0.65 0 0.55 0.28
HSL 129º 0.48% 0.49% -
HSV(B) 129º 0.65% 0.72% -
XYZ 20.78 35.98 13.83 -
YUV 136.49 97.24 76.29 -
System Red Green Blue C M Y K H S L
Decimal 64 184 82 0.65 0 0.55 0.28 129 0.48 0.49
Hex 40 B8 52 41 0 37 1C 81 30 31
Octal 100 270 122 101 0 67 34 201 60 61
Binary 1000000 10111000 1010010 1000001 0 110111 11100 10000001 110000 110001

Color Harmonies of #40B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B852

Black with #40B852

Text Example


Text Example

White with #40B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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