Html Css Color HEX #3BC053 Fruit Salad

📋 copy color: '#3BC053'

red 59 ◦ green 192 ◦ blue 83

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

Shades of Fruit Salad #3BC053

Tints of Fruit Salad #3BC053

RGB

 RED value IS 59 (23.44% from 255) = 17.66%

 GREEN value IS 192 (75.39% from 255) = 57.49%

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

R = 17.66%
G = 57.49%
B = 24.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#3BC053 (or 0x3BC053) is known color: Fruit Salad. HEX triplet: 3B, C0 and 53. RGB value is (59,192,83). Sum of RGB (Red+Green+Blue) = 59+192+83=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC053 is #C43FAC. Grayscale: #8C8C8C. Windows color (decimal): -12861357 or 5488699. OLE color: 5488699.

HSL color Cylindrical-coordinate representation of color #3BC053: hue angle of 130.83º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC053 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 83 -
CMYK 0.69 0 0.57 0.25
HSL 130.83º 0.53% 0.49% -
HSV(B) 130.83º 0.69% 0.75% -
XYZ 22.21 39.25 14.59 -
YUV 139.81 95.94 70.36 -
System Red Green Blue C M Y K H S L
Decimal 59 192 83 0.69 0 0.57 0.25 130.83 0.53 0.49
Hex 3B C0 53 45 0 39 19 83 35 31
Octal 73 300 123 105 0 71 31 203 65 61
Binary 111011 11000000 1010011 1000101 0 111001 11001 10000011 110101 110001

Color Harmonies of #3BC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC053

Black with #3BC053

Text Example


Text Example

White with #3BC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC053; }

 p { color: rgb(59,192,83); }

 H1.HeaderClassName
 {
   color: #3BC053;
 }
 .AnyTagClassName
 {
   color: #3BC053;
 }
</style>

background-color css

<style>
 a { background-color: #3BC053; }

 a { background-color: rgb(59,192,83); }

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

border-color css

<style>
 span { border-color: #3BC053; }

 span { border-color: rgb(59,192,83); }

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