Html Css Color HEX #40BF53 Fruit Salad

📋 copy color: '#40BF53'

red 64 ◦ green 191 ◦ blue 83

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

Shades of Fruit Salad #40BF53

Tints of Fruit Salad #40BF53

RGB

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

 GREEN value IS 191 (75% from 255) = 56.51%

 BLUE value IS 83 (32.81% from 255) = 24.56%

R = 18.93%
G = 56.51%
B = 24.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#40BF53 (or 0x40BF53) is known color: Fruit Salad. HEX triplet: 40, BF and 53. RGB value is (64,191,83). Sum of RGB (Red+Green+Blue) = 64+191+83=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BF53 is #BF40AC. Grayscale: #8D8D8D. Windows color (decimal): -12533933 or 5488448. OLE color: 5488448.

HSL color Cylindrical-coordinate representation of color #40BF53: hue angle of 128.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF53 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 191 83 -
CMYK 0.66 0 0.57 0.25
HSL 128.98º 0.5% 0.5% -
HSV(B) 128.98º 0.66% 0.75% -
XYZ 22.31 38.98 14.53 -
YUV 140.72 95.42 73.28 -
System Red Green Blue C M Y K H S L
Decimal 64 191 83 0.66 0 0.57 0.25 128.98 0.5 0.5
Hex 40 BF 53 42 0 39 19 81 32 32
Octal 100 277 123 102 0 71 31 201 62 62
Binary 1000000 10111111 1010011 1000010 0 111001 11001 10000001 110010 110010

Color Harmonies of #40BF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BF53

Black with #40BF53

Text Example


Text Example

White with #40BF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,191,83); }

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

background-color css

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

 a { background-color: rgb(64,191,83); }

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

border-color css

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

 span { border-color: rgb(64,191,83); }

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